| No | Name | Mobile | Country | Status | Action | ||
|---|---|---|---|---|---|---|---|
| {{$key+1}} | {{$user->name}} | {{$user->email}} | {{$user->phone}} | {{$user['countrys']['name']}} | @if ($user->status == 'active') Active @else Inactive @endif |
@extends('admin.mastar') @section('dashboard_body')
| No | Name | Mobile | Country | Status | Action | ||
|---|---|---|---|---|---|---|---|
| {{$key+1}} | {{$user->name}} | {{$user->email}} | {{$user->phone}} | {{$user['countrys']['name']}} | @if ($user->status == 'active') Active @else Inactive @endif |