{!!Form::vertical_open() ->id('edit-return-return') ->method('PUT') ->files('true') ->class('dashboard-form') ->action(trans_url(get_guard('url').'/return/return') .'/'.$return->getRouteKey())!!}

Update Return

Last updated on {{format_date($return['updated_at'])}}

@include('public::notifications') @include('return::user.return.partial.entry')
{!! Form::close() !!}