@extends('Admin.layout.master') @section('content')
@include('Admin.user.partials.profilenav')
Selected
@foreach($bookings as $booking) @endforeach
Property title Booking purpose People limit Booking date Time Total Status Action
{{isset($booking->propety->name) ? $booking->propety->name : ''}} {{$booking->booking_purpose}} {{$booking->people_limit}} ${{$booking->booking_date}} {{$booking->booking_end_time}} ${{$booking->total}} {{$booking->status}} Actions
@endsection @section('script') @endsection