@extends('admin.master') @section('title',@trans('Create vacation')) @section('content')

@trans('Vacations')

@csrf

@livewire('country-city-select-vacation')
@error('start_date') {{ $message }} @enderror
@error('end_date') {{ $message }} @enderror
@endsection