@extends('admin.template.layout') @section('header') @stop @section('content')
@if(check_permission('deligates','Create')) Create Deligate @endif Sort
@foreach ($datamain as $row) @endforeach
# Deligate Name Status Created Date Action
{{ $i }}
@if ($row->deligate_icon != '') @endif {{ $row->deligate_name }}
{{web_date_in_timezone($row->created_at,'d-M-Y h:i A')}}
@stop @section('script') @stop