@extends('layouts.horizontal', ['title' => 'MIS Reporting', 'topbarTitle' => 'Reports', 'nonav' => true]) @section('css') @vite(['node_modules/flatpickr/dist/flatpickr.min.css']) @endsection @section('content')
Report Date Range: {{ \Carbon\Carbon::parse($start_date)->format('d/m/Y') }} to {{ \Carbon\Carbon::parse($end_date)->format('d/m/Y') }}
Branch Sector
Branch
| {{ ucfirst(str_replace('_', ' ', $column)) }} | @endforeach @endif
|---|
| @if(is_array($value)) {!! json_encode($value) !!} @else {!! $value ?? '' !!} @endif | @endforeach