You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
topnotch_website/app/Filament/Resources/PackingSlipResource/Pages/CreatePackingSlip.php

12 lines
277 B
PHTML

2 months ago
<?php
namespace App\Filament\Resources\PackingSlipResource\Pages;
use App\Filament\Resources\PackingSlipResource;
use Filament\Resources\Pages\CreateRecord;
class CreatePackingSlip extends CreateRecord
{
protected static string $resource = PackingSlipResource::class;
}