@extends('layout.app') @section('left-menu') @parent
# | Imię | Nazwisko | PESEL | Funkcja | Stopień | Status | Operacja | |
---|---|---|---|---|---|---|---|---|
{{$i}} | {{ $user->name }} | {{ $user->surname }} | {{ $user->PESEL }} | {{ $user->email }} | {{$user->unitFunction}} | {{$user->rank}} | @if( $user->statusID == 0) Czynny @else Wyłączony @endif | Edytuj Odznaczenia @if( auth()->user()->id != $user->id) @if ($user->statusID == 0) @elseif ($user->statusID == 1) @endif @endif |