@section('externalcss') @endsection @if (\Illuminate\Support\Facades\Auth::user()->isAbleTo('reports-read'))


@foreach ($diagnosises as $diagnosis)
Download {{-- Download --}}
{{--
@if($orginfo) @if($orginfo->getOrganization->logo) @endif @endif
--}}
@if($orginfo) {{$orginfo->unit_name}}
{{$orginfo->address}}, {{$orginfo->city}}, {{$orginfo->state}}, {{$orginfo->country}} - {{$orginfo->pincode}} @endif
@if (sizeof($diagnosis_report) > 0) @foreach ($diagnosis_report as $key=>$row) @endforeach @else @endif
Serial No. State District Patient Name Disease Mobile No. Email
{{ $key+1 }} {{ $row['state'] }} {{ $row['district'] }} {{ $row['patient_name'] }} {{ $row['disease'] }} {{ $row['phone_no'] }} {{ $row['email_id'] }}
No Data Available
@else

Sorry !!! Unauthorized Access

@endif @section('externaljs') @endsection