@extends('layouts.master')
@section('content')
@if (Session::has('success'))
Seeion here
@endif
@include('layouts._includes._package-navigation', ['active' => 'package'])
@method('PATCH')
{{-- @php
// Get the country name from one of the pages (e.g., first one)
$country = $package->pages->first()?->parentPage?->parentPage?->title ?? '';
@endphp
--}}
{{-- @dd($package->pages) --}}
{{-- @foreach ($package->pages as $page)
{{ $page->parentPage?->parentPage?->title ?? '' }}
@endforeach --}}
{{--
--}}
{{--
--}}
{{-- --}}
{{-- --}}
{{--
--}}
{{--
--}}
{{-- --}}
{{--
--}}
{{--
--}}
Save
@endsection
@push('custom_js')
{{-- @include('_helpers.slugify',['title' => 'title']) --}}
@include('_helpers.image_preview', ['name' => 'image'])
@include('_helpers.image_preview', ['name' => 'cover'])
@include('_helpers.ck_editor')
@include('_helpers.ajax_form')
@endpush