@extends('layouts.master')
@section('title', 'Work')
@section('content')
@if (session('success'))
{{ session('success') }}
@endif
{{ 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)) |
|
@endsection
@section('script-footer')
@endsection