Patch Discharge Port
{{ $action === 'create' ? 'Create' : ($action === 'edit' ? 'Edit' : '') }}
@if ($action === 'list')
@if ($message)
@endif
@livewire('pages.dischargeport.dischargeport-upload')
{{ $results->links('livewire.paginate-custom') }}
@endif