{{-- @extends('layouts.dashboard') --}} @extends('layouts.app') @section('CustomCss') @endsection @section('content')
# | Flower | Username/Email | Action | |
---|---|---|---|---|
{{++$i}} | {{$user->name}} | {{$user->email}} | {{-- --}} | @php $timestamp = strtotime($user->created_at); $dates = date('d-m-Y', $timestamp); @endphp@if ($user->isActive == 1) Disapprove @else Approve @endif |