@extends('backend.layout.main') @section('content') @include('backend.hrm.partial.menu')

{{__('db.HRM Setting')}}

{{__('db.The field labels marked with * are required input fields')}}.

{!! Form::open(['route' => 'setting.hrmStore', 'files' => true, 'method' => 'post']) !!}
{!! Form::close() !!}
@endsection @push('scripts') @endpush