@extends('../layout/' . $layout)
@section('subhead')
Atarud MIS - Official Times List
@endsection
@section('subcontent')
Official Times List
# |
Year |
Month |
Time Start |
Time End |
Actions |
@foreach($otimes as $row)
{{ ++$c }} |
{{ $row->year }} |
{{ $row->month }} |
{{ $row->time_start }} |
{{ $row->time_end }} |
|
@endforeach
@include('../pages/official_times/delete')
@include('../pages/official_times/create')
@endsection
@section('script')
@endsection