@extends('front.layouts.app') @section('title') Welcome to @endsection @section('head') @endsection @section('content')

Booking
Detail

Mo
Tu
W
Th
F
Sa
Su
  • @if ($booking->status == 0) Requested @elseif ($booking->status == 1) Accepted @else Declined @endif
  • {{$booking->pharmacy->pharmacy_name}}
  • {{$booking->pharmacy->owner_name}}
  • {{$booking->pharmacy->address}}
  • {{$booking->notes}}
@include('front.pharmacist-menu')
@endsection @section('script') @endsection