@extends('layout') @section('title') {{ __('translate.Incoming Bookings') }} @endsection @section('body-content')
@foreach ($bookings as $booking) @endforeach @include('profile.logout')
@endsection @push('js_section') @endpush