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

Update Service

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

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