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