{{ trans('app.create') }} service

{{ trans('app.add') }} service here...

{!!Form::vertical_open() ->id('create-service-service') ->method('POST') ->files('true') ->class('dashboard-form') ->action(trans_url(get_guard('url').'/service/service'))!!}
@include('public::notifications') @include('service::user.service.partial.entry')
{!! Form::close() !!}