@extends('admin.layouts.app') @section('content')
| # | Name | Action | |
|---|---|---|---|
| {{ $user->id }} | {{ $user->name }} | {{ $user->email }} |
@if(!$user->is_approved)
Approve
@endif
Delete
{{-- --}}
{{-- Show--}}
{{-- --}}
{{-- --}}
{{-- Edit--}}
{{-- --}}
{{-- --}}
|