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

{{ __('Packages') }}

@endsection @section('content')

{{ __('Show package') }}

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