@extends('dashboard.layouts.master') @section('pageTitle', trans('dashboard/admin.edit_guest_package')) @section('content')

{{ trans('dashboard/admin.edit_guest_package') }}

@csrf @method('PUT') @include('dashboard.admin.guest-packages.partials.form')
@endsection