@extends('layout.app') @section('left-menu') @parent @stop @section('center-area') @parent @if( auth()->check()) @if( auth()->user()->fireStationID == NULL) Jednostka nie istnieje @else

@php $i=1; @endphp @foreach($equipment as $item) @php $i++; @endphp @endforeach
# Nazwa Ilość Param. charakterystyczny Operacja
{{$i}} {{ $item->name }} {{ $item->amount }} {{ $item->parameter }} Edytuj
{{ $equipment->links() }}

@endif @else Brak autoryzacji @endif @stop