@extends('AdminMaster.authMaster') @section('content')
Back to Dashboard

All Users

@foreach($users as $user) @endforeach
Sl no. Name. Email User Type Status Action
{{$user->id}} {{$user->name}} {{$user->email}} @if($user->user_type == 1) @if($user->user_status == 1) Active @else Inactive @endif @else
user_status == 1 ? 'checked' : '' }}>
@endif
@if($user->user_type != 1)
 
@else   @endif
@endsection