@extends('dashboard.layouts.master') @section('css') @endsection @section('breadcrumb')

اضافة شيفتات

@endsection @section('content')
@csrf @foreach($times as $time) @endforeach @foreach ($weekDays as $weekDay) @foreach($times as $time) @endforeach @endforeach
#{{$time->time_range}}
{{ $days[ date('w', strtotime($weekDay)) ] }}
{{$weekDay}}
@if($time->id >= 4)
(2ث)
@endif
(3ث)
@endsection @section('script') @endsection