@extends('layouts.app')
@section('content')
@section('css')
@endsection
| # |
Name |
Email |
Type |
Date |
Action |
@php $i=1; @endphp
@foreach($data as $row)
| {{$i++}} |
{{ucwords($row->name)}} |
{{$row->email}} |
@if($row->group_id == 2) User @else Admin @endif |
{{date('h:i A', strtotime($row->created_at))}}
{{date('d-M-Y h:i A', strtotime($row->created_at))}}
|
|
@endforeach
@include('admin.users.modal')
@section('js')
@endsection
@endsection