{{ __('PON List') }}

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