@extends('admin/layout') @section('content')
{{__("View Booking")}}
@foreach ($data as $key=>$value) @endforeach
@php echo ucwords(str_replace(["-","_"]," ",$key)); @endphp {{$value}}
{{__("Operation History")}}
No Record Found
@endsection