@extends('app') @section('content') Doctor Commission Reports Preview Home Reports Doctor Commission To From Select Doctor {!! Form::select('doctor_id',$doctors,null, ['class'=> 'form-control select2', 'id'=>'select_doc', 'placeholder'=>'Select Doctor']) !!} @can('doctor-commission-view') @csrf S/N Invoice ID Tests Doctor Name Dr. Mobile No Patient Name Sale Amount Sale Discount Commission Date Status Action S/N Invoice ID Tests Doctor Name Dr. Mobile No Patient Name Sale Amount Sale Discount Commission Date Status Action Pay @endcan @endsection @section('extra-css') {{Html::style('assets/bower_components/datatables.net/buttons/css/buttons.dataTables.min.css')}} @stop @section('extra-js') @stop