@extends("layouts.admin.app") @section("page-title") {{__("Dashboard")}} @endSection @section("page-nav-title")

{{__("Vacations")}}

{{__("Create Vacation")}}

@endsection @section("content")

{{__("Create Vacation")}}

@csrf
@error("description")
{{$message}}
@enderror
@php $current = \Carbon\Carbon::now(); @endphp
@error("date_from")
{{$message}}
@enderror
@error("date_to")
{{$message}}
@enderror
@endsection @section("scripts") @endsection