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

{{__('Packages')}}

@endsection @section('content')

{{__('Create package')}}

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