@extends('layout.main') @section('content') {{ __('Add Office Shift') }} {{ __('The field labels marked with * are required input fields') }}. @csrf {{ trans('file.Company') }} * trans('file.Company')]) }}...'> @foreach ($companies as $company) {{ $company->company_name }} @endforeach {{ trans('file.Shift') }} * {{ __('Minimum Work Hour') }} * {{ trans('file.Monday') }} {{ trans('file.Tuesday') }} {{ trans('file.Wednesday') }} {{ trans('file.Thursday') }} {{ trans('file.Friday') }} {{ trans('file.Saturday') }} {{ trans('file.Sunday') }} @endsection @push('scripts') @endpush
{{ __('The field labels marked with * are required input fields') }}.