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

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

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