@extends('layouts.frontend.master') @section('style') @endsection @section('content')
@php $events=$list_bookings; //dd($user_login); //echo json_encode($events,JSON_NUMERIC_CHECK); @endphp @include('frontend.guides.inc_detail')
@endsection