@extends('layout.main') @section('content')
@can('store-office_shift') {{ __('Add Office Shift') }} @endcan @can('delete-office_shift') @endcan
{{ trans('file.Company') }} {{ trans('file.Shift') }} {{ trans('file.Monday') }} {{ trans('file.Tuesday') }} {{ trans('file.Wednesday') }} {{ trans('file.Thursday') }} {{ trans('file.Friday') }} {{ trans('file.Saturday') }} {{ trans('file.Sunday') }} {{ trans('file.action') }}
@endsection @push('scripts') @endpush