@extends('backend.app') @section('content')

Packages

Edit Package — {{ $package->name }}

Back
@csrf @method('PUT')
{{-- Package Name --}}
@error('name')
{{ $message }}
@enderror
{{-- Status --}}
{{-- Price --}}
@error('price')
{{ $message }}
@enderror
{{-- Duration --}}
@error('duration')
{{ $message }}
@enderror
{{-- Features Repeater --}}
Package Features
@if ($package->features->count() > 0) @foreach ($package->features as $feature)
@endforeach @else {{-- Empty template item when no features exist --}}
@endif
@endsection @push('scripts') @endpush