@extends('xform') @include('Common.dataform') @section('table','re_year_energy ') @section('custom-css') @include('Common.datatablecss') @stop @section('custom-script') @include('Common.datatablejs') @stop @php function havePermission($role) { return true; } @endphp @section('body')
@if (havePermission('re_year_energy .insert')) เพิ่ม @else @endif |
---|
re_year_energy _c }} class='label label-success'>
@if (havePermission('re_year_energy .edit'))
re_year_energy _c.'/edit' }} class='label label-warning'>
@endif
@if (havePermission('re_year_energy .delete'))
re_year_energy _c.'/destroy' }} class='label label-danger' onclick='return confirm("Are you sure to delete?")'>
@endif
|