ultimatepos/Modules/IndustrialEngineering/Resources/views/release_packages/index.blade.php

2 lines
741 B
PHP

@extends('industrialengineering::partials.datatable_index', ['title'=>__('industrialengineering::lang.release_packages'),'createUrl'=>action([\Modules\IndustrialEngineering\Http\Controllers\ReleasePackageController::class,'create']),'createPerm'=>'ie.release.create','tableId'=>'ie_rel_table','ajaxUrl'=>action([\Modules\IndustrialEngineering\Http\Controllers\ReleasePackageController::class,'index']),'columns'=>[['data'=>'package_code','label'=>__('industrialengineering::lang.code')],['data'=>'name','label'=>__('industrialengineering::lang.name')],['data'=>'revision_label','label'=>'Revision'],['data'=>'status','label'=>__('industrialengineering::lang.status')],['data'=>'action','label'=>'','orderable'=>false,'searchable'=>false]]])