@extends('layouts.app') @section('title') {{__('Edit package')}} @endsection @section('breadcrumb')

{{__('Packages')}}

@endsection @section('content')

{{__('Edit package')}}

@csrf @method('put') @include('admin.packages._form')
@endsection @section('scripts') @endsection