@extends('xform') @include('Common.dataform') @section('table','re_year_energy ') @section('custom-css') @stop @section('custom-script') @stop @php function havePermission($role) { return true; } $f = $buffers; @endphp @section('body')
@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
@stop