@extends('company.layout.layout')
@push('title')
{{trans('order.add_new_reservations')}}
@endpush
@push('breadcrumbs')
{{trans('order.home')}}
{{trans('order.reservations')}}
@endpush
@push('css')
@endpush
@push('content')
{{--
--}}
@include('company.pages.reservations.form')
@endpush
@push('scripts')
@endpush