@extends('dashboard.v1.index') @section('title', __('all.reservations')) @section('content')

{{__('all.reservations')}}

@csrf
@if ($errors->has('country_id')) {{ $errors->first('country_id') }} @endif
@if ($errors->has('type_id')) {{ $errors->first('type_id') }} @endif
{{--
--}} {{-- --}} {{--
--}} {{--
--}} {{-- --}} {{-- --}} {{--
--}} {{--
--}} {{-- {{__('all.upload')}}--}} {{--
--}} {{--
--}} {{--
--}}
@stop @section('scripts') @include('dashboard.v1.package.scripts') @endsection