@extends('user.layout') @section('title') {{__('message.Doctor Dashboard')}} @stop @section('meta-data') @stop @section('content')

{{__('message.Doctor Dashboard')}}

{{__('message.Payment History')}}

@if(count($data)>0) @foreach($data as $bo) @endforeach @else @endif
{{__("message.Date")}} {{__("message.Amount")}}
{{$bo->date}} {{$bo->amount}}
{{__("message.No Data Found")}}
@stop @section('footer') @stop