@extends('admin.layouts.cmlayout') @section('body')

SubAdmins

@forelse($records as $row) @empty @endforelse
S.No Name Email Status Created At Action
{{$i}} {{$row->name}} {{$row->email}} @if($row->status == 0) Click to Enable Disabled @else Enabled @endif {{date('F j, Y, g:i a', strtotime($row->created_at))}}
No record found
@endsection