@extends('layouts.app') @section('title', 'Manage Users') @push('styles') @endpush @section('content')
NAME | GENDER | ROLE | CLIENT NAME | {{--Client | --}}ACTION | |
---|---|---|---|---|---|---|
{{ $user->name }} | @if($user->gender) {{ $user->gender }} @else (not specified) @endif | {{ $user->email }} | @if($user->is_admin === 1) @else @endif | @if($user->is_client === 1) @if(!empty($user->client_name)) {{ $user->client_name }} @else (not specified) @endif @else n/a @endif |
{{ $message }}
Could not update user: {{ $error }}
@endforeach