@extends('layouts.frontend') @section('title') تقرير يومي @endsection @section('vendor_css') @endsection @section('custom_css') @endsection @section('content')
إجمالي الحالات : {{ number_format($data->sum('cases_count')) }} حالة
{{-- تصدير اكسل --}} @foreach ($data as $value) @endforeach
تاريخ اليوم السنة الشهر اليوم مقدم الخدمة متلقي الخدمة المحافظة التخصص عدد الحالات
{{ $value->date }} {{ $value->year }} {{ $value->month }} {{ $value->day }} {{ $value->hcp_center_name }} {{ $value->rc_center_name }} {{ $value->city_name }} {{ $value->special_name }} {{ $value->cases_count }}
@endsection @section('page_vendor_js') @endsection @section('page_level_js') @endsection