@extends('layouts.app') @section('content')

{{trans('lang.booking_plural')}}|{{trans('lang.booking_desc')}}

@include('flash::message')
@include('bookings.table')
@endsection