@extends('admin.layouts.app') @push('style') @endpush {{-- @section('pagetitlesection') @endsection --}} @section('content')

Admin Users

@forelse ($users as $user) @empty @endforelse {{-- --}}
Name Email Phone Role Created On Status Action
{{ $user->full_name }} {{ $user->email }} {{ $user->mobile_number ?? '--' }} {{ $user->roles()->first()->name }} {{ date('d-m-Y', strtotime($user->created_at)) }} @switch($user->is_active) @case(1) Active @break @case(0) Inactive @break @default Deleted @endswitch {{-- --}}
No Data Yet

Vrigo

5 Participated

19-04-2023

10:00 AM

19-04-2023

10:00 AM

$25,973

Active

Vrigo

5 Participated

19-04-2023

10:00 AM

19-04-2023

10:00 AM

$25,973

Closed

Vrigo

5 Participated

19-04-2023

10:00 AM

19-04-2023

10:00 AM

$25,973

On Going

@endsection @push('scripts') @endpush