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