= $this->extend('layouts/main.php') ?> = $this->section('content') ?>
| Name | Parent | Area | Create date | Disable "; if ( $initial != '' ) { $accountname = "$accountname ($initial)"; } if( $data['enddate'] != '' ) { $classend = 'class="bg-danger"'; $toggletext = " Enable "; } else { $toggletext = " Disable "; } ?> |
|---|---|---|---|---|
| =$accountname;?> | =$parentname;?> | =$areaname;?> | =$createdate;?> | Edit =$toggletext;?> |