@extends('admin.index') @section('content') @push('css') @endpush

{{__('Booking List')}}

{{__('Booking List')}}

{{__('Create Test Booking')}}

@error('clinic_id') {{ $message }} @enderror
@error('country_id') {{ $message }} @enderror
@error('city_id') {{ $message }} @enderror
{{__('User')}} {{__('Date')}} {{__('Time')}} {{__('Created At')}} {{__('Test')}} {{__('Lab')}} {{__('Country')}} {{__('City')}} {{__('Price')}} {{__('Status')}} {{__('Payment Status')}} {{__('Reason')}} {{__('Result')}} {{__('Action')}}
@push('js') @endpush @endsection