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

الاسابيع

@can('manage-shifts') ابدا اسبوع جديد ارسال الشيفتات @endcan
@endsection @section('content')
@foreach($months as $key => $month) {{$month}} @endforeach
@foreach ($shift_weeks as $shiftWeek) @endforeach
# الاسبوع عدد المسجلين شيفتات (3ث) الشيفتات (3ث) عدد المسجلين شيفتات (2ث) الشيفتات (2ث) عدد المسجلين سنتر سناتر
#{{ $shiftWeek->id }} {{$shiftWeek->title()}} {{ $shiftWeek->adminCount() }} {{ $shiftWeek->notApplyAdminCount() }} النهائي تفاصيل {{ $shiftWeek->adminCount(2) }} {{ $shiftWeek->notApplyAdminCount(2) }} النهائي تفاصيل {{ $shiftWeek->centerAdminCount() }} النهائي تفاصيل
@endsection @section('script') @endsection