@extends('layouts.master-vnext') @section('page-title') Edit sss @endsection @section('content') @include('common.errors') {{ Form::model($sss, [ 'action' => ['Wages\SssController@update', $sss->id]]) }} {{ method_field('PUT') }} @include('wages.sss.form')
{{ Form::close() }} @endsection