@extends('layouts.page') @section('title', 'Doctors DPM Detail') @section('content')

View DPM Detail

{{-- --}} @foreach ($doctor_product as $r) @endforeach @if(!$doctor_product->isEmpty()) @foreach ($dpm as $key=>$row) @php $total = 0; @endphp @foreach ($doctor_product as $r) @php $total += $row['product'][$r->medicine_tablet_id]; @endphp @endforeach @endforeach @else @endif
No Quarter/Month{{ $r->MedicineTablet->medicine_tablet_name }}Total
{{ $key + 1 }} {{ $row['month'] }}{{ @$row['product'][$r->medicine_tablet_id]}}{{ $total }}
No Records Found.
@endsection