@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(!empty($buffers)) @foreach($buffers as $f) @endforeach @endif
@if (havePermission('re_year_energy .insert')) เพิ่ม @else   @endif
@stop