@extends('admin.template.layout') @section('header') @stop @section('content')
@if(check_permission('table','Create')) Create New @endif
@foreach ($datamain as $row) @endforeach
# Name Is Active Created Date Action
{{ $i }} {{ $row->name }} {{web_date_in_timezone($row->created_at,'d-M-Y h:i A')}}
@stop @section('script') @stop