@extends('layout.app') @section('left-menu') @parent @stop @section('center-area') @parent @if( auth()->check()) @if( auth()->user()->fireStationID == NULL) Jednostka nie istnieje @else @foreach($users as $user) @endforeach "
Imie i nazwisko PESEL E-mail Funkcja Stopień Status
{{ $user->name }} surname ??????????? przykladowymail@domena.com Zast. Naczelnika Dowódca Czynny
" @endif @else Brak autoryzacji @endif @stop