Doctor Subscription Report

@if(Request::get('data_filter') == '1')
@else @endif

@if(Request::get('data_filter') ) @if ($total == null) doctor subscribe not found @else Total doctor subscribe are {{$total}} @endif @else Doctor Subscribe List @endif

{{-- --}} @foreach ($doctorsubscription as $doc) {{-- --}} @endforeach
Id Doctor Name payment Type Amount StatusReceipt 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