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