@extends('layouts.template') @section('top') @endsection @section('content')
| № | {{ trans('pages.users.fio') }} | {{ trans('pages.users.email') }} | {{ trans('pages.users.group') }} | Выбор заказчика | * | * |
|---|---|---|---|---|---|---|
| {{ $user->id }} | {{ $user->last_name }} {{ $user->name }} | {{ $user->email }} | {{ $user->getGroupName() }} | {{ $user->is_customer_select ? '+' : '' }} | @if($user->id != auth()->user()->id) @endif |