{{ __('Port List') }}

@php $headers = [ 'port' => 'Port', 'description' => 'Description', 'action' => 'Action' ]; $dropdownActions = []; // Add lock action to dropdown $dltAllbtn = []; $tableActions = ['edit' => 'port.edit', 'delete-item' => 'port.destroy']; $addButton = ['Add Port', 'port.create']; $customMessage = [ 'success' => '', 'delete' => 'This User will be permanently deleted if you proceed.', ]; @endphp
@include('sweetalert::alert')