@extends('layouts.master-vnext') @section('page-title') Create booking @endsection @section('content') @include('common.errors') {{ Form::open(['action' => ['Guest\BookingController@store']]) }} @include('guest.booking.form') {{ Form::customSubmit('Create new booking') }} {{ Form::close() }} @endsection