Doctor Subscription Report
@if(Request::get('data_filter') ) @if ($total == null) doctor subscribe not found @else Total doctor subscribe are {{$total}} @endif @else Doctor Subscribe List @endif
| Id | Doctor Name | payment Type | Amount | Status | {{--Receipt File | --}}
|---|---|---|---|---|---|
| {{$doc->id}} | @if ($doc->doctors) {{$doc->doctors->name}} @endif | @if($doc->payment_type == 1) Braintree @elseif ($doc->payment_type == 2) Bank Deposit @elseif ($doc->payment_type == 3) Razorpay @elseif ($doc->payment_type == 4) Paystack @endif | ${{$doc->amount}} | @if($doc->status == 1) not active @elseif ($doc->status == 2) active @elseif ($doc->status == 3) expiry @elseif ($doc->status == 4) reject @endif | {{----}} |