• {!! trans('joolano::service_type.tab.name') !!}
{!!Form::vertical_open() ->id('joolano-service_type-edit') ->method('PUT') ->enctype('multipart/form-data') ->action(guard_url('joolano/service_type/'. $service_type->getRouteKey()))!!}
{{ trans('app.edit') }} {!! trans('joolano::service_type.name') !!} [{!!$service_type->name!!}]
@include('joolano::admin.service_type.partial.entry', ['mode' => 'edit'])
{!!Form::close()!!}