@extends('layouts.master') @section('title', 'Work') @section('content')
{{ trans('working_hour.working_hour') }}
@if (session('success'))
{{ session('success') }}
@endif

{{ trans('working_hour.table_title') }}

{{trans('label.paginate_showing')}} ((perPage)) {{trans('label.paginate_record_per_page')}}
{{ trans('working_hour.id') }}
{{ trans('working_hour.working_hour_from') }}
{{ trans('working_hour.working_hour_to') }}
{{ trans('working_hour.rest_hour') }}
((item.working_hour_id )) ((item.working_hour_from)) ((item.working_hour_to)) ((item.rest_hour))
@method('DELETE') @csrf
@endsection @section('script-footer') @endsection