@section('title', 'Booking History') @extends('vetdoctor.layouts.app') @push('style') @endpush @section('content')
@include('vetdoctor.common.flash')
# Customer Name Phone Number Pet Name Speciality Consultation Type Appointment Date Action
@endsection @push('script') @endpush