@extends('layouts.app') @section('title') {{__('Bookings')}} @endsection @section('css') @endsection @section('breadcrumb')

{{__('Bookings')}}

@endsection @section('content')

{{__('Bookings table')}}

@can('create_booking') {{ __('Create') }} @endcan
# {{__('Patient Name')}} {{__('Phone')}} {{__('Address')}} {{__('booking Date')}} {{__('Viewed')}} {{__('Status')}} {{__('Action')}}
@endsection @section('scripts') @endsection