@extends('layouts.app') @section('title', 'Create New Confirmation') @section('content_header_title', 'Confirmations') @section('content_header_subtitle', 'Create New Confirmation') @section('content_body')

Create New Confirmation

@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf
{{--
--}}
@include('hotels.modal') @include('vehicles.modal') @stop @section('js') @stop