{!!Form::vertical_open()
->id('employee-salary_history-create')
->method('POST')
->files('true')
->action(guard_url('employee/salary_history'))!!}
{{ trans('app.new') }} [{!! trans('employee::salary_history.name') !!}]
@include('employee::admin.salary_history.partial.entry', ['mode' => 'create'])
{!! Form::close() !!}