{{ __('OLT List') }}

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