@extends('header.header') @section('content')
#{{__('ID')}} | {{__('Email')}} | {{__('Password')}} | {{__('Status')}} | {{--{{__('Create Driver Status')}} | --}}{{__('Action')}} | |
---|---|---|---|---|---|---|
{{$user->id}} | {{$user->email}} | {{$user->first_password}} | @switch($user->status) @case(0) Not-Active @break @case(1) Active @break @endswitch | {{----}}
{{-- --}}
{{-- --}}
{{-- --}} {{-- --}} {{-- | --}}