@extends('layout.admin_layout') @section('title', 'Manage Commission') @section('body') @section('header', " List of Doctor's Earnings") @section('badge') @endsection
@if(Session::has('message'))
{{ Session::get('message') }}
@endif
@foreach($data as $key=>$value) @if($value->avl_bal == '') @else @endif @endforeach
No Doctor Name Available Balance Total Earning
{{$key+1}} Dr. {{$value->last_name}}$ 0$ {{$value->avl_bal}}$ {{total_earning($value->id)}}
@endsection @push('scripts') @endpush