@extends('layouts.admin_app') @section('content') @if (Session::has('success_message'))
| ID | Report Name | {{--Report Code | Report Type | --}}Dashboard | Dashboard Report | Head Office | Actions |
|---|---|---|---|---|---|---|---|
| {{ $report->id }} | {{ $report->name }} | {{--{{ $report->report_code ?? '-' }} | {{ $report->report_type ?? '-' }} | --}}{{ $report->dash_name ?? '-' }} | {{ $report->is_dashboard_report ? 'Yes' : 'No' }} | {{ $report->headOffice->company_name ?? '-' }} |