@extends('layouts.master') @section('content')

@lang('crud.edit') @lang('models/staff_payrolls.title')

@lang('crud.edit') @lang('models/staff_payrolls.title')

{!! Form::model($receipt, ['route' => ['staffPayrolls.update', $receipt->id], 'method' => 'patch']) !!} @include(strtolower(__('models/staff_payrolls.plural')).'.fields') {!! Form::close() !!}
@endsection