@extends('layouts.app') @section('content') @section('css') @endsection
| # | Name | Mobile | Date | Status | |
|---|---|---|---|---|---|
| {{$i++}} | {{ucwords($row->name)}} | {{$row->email}} | {{$row->mobile_number}} |
{{date('d-M-Y h:i A', strtotime($row->created_at))}}
{{date('h:i A', strtotime($row->created_at))}} |
@if($row->status == 1) Active @else Inactive @endif |