@extends('layouts.adminApp') @section('title', 'User list || Heritage In Khulna') @section('external_css') @endsection @section('content')
| SL | Image | User Name | Status | Actions | |
|---|---|---|---|---|---|
| {{ $loop->iteration }} |
@if ($user->profile_photo_path)
@endif
|
{{ $user->name }} | {{ $user->email }} | Active | Edit |