@extends('layouts/layoutMaster') @section('title', $title) @section('vendor-style') @vite(['resources/assets/vendor/libs/flatpickr/flatpickr.scss', 'resources/assets/vendor/libs/pickr/pickr-themes.scss', 'resources/assets/vendor/libs/@form-validation/form-validation.scss']) @vite(['resources/assets/vendor/libs/leaflet/leaflet.scss']) @endsection @section('page-style') @endsection @section('styles') @endsection @section('content')
@csrf @isset($area) id }} id=""> @endisset
{{-- --}}
@endsection @section('vendor-script') @vite(['resources/assets/vendor/libs/moment/moment.js', 'resources/assets/vendor/libs/flatpickr/flatpickr.js', 'resources/assets/vendor/libs/pickr/pickr.js', 'resources/assets/vendor/libs/@form-validation/popular.js', 'resources/assets/vendor/libs/@form-validation/bootstrap5.js', 'resources/assets/vendor/libs/@form-validation/auto-focus.js']) @endsection @section('page-script') {{-- --}} @endsection