@extends('backend.layouts.app') @section('title', __('Dashboard')) @php $office_id = []; if(request('office_id')){ $office_id = request('office_id'); $office_id = array_flip($office_id); } @endphp @section('content')
| Month | In Process | Pending | Completed | Return | Total |
|---|---|---|---|---|---|
| {{ $key }} | {{ $i['process'] }} | {{ $i['pending'] }} | {{ $i['completed'] }} | {{ $i['return'] }} | {{ $i['total'] }} |