@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']) !!} {{__('db.Default CheckIn')}} * {{__('db.Default CheckOut')}} {{__('db.submit')}} {!! Form::close() !!} @endsection @push('scripts') @endpush
{{__('db.The field labels marked with * are required input fields')}}.