@extends('layout.app') @section('left-menu') @parent @if( auth()->check() ) @if( auth()->user()->fireStationID != NULL) @if(auth()->user()->accessLevel() == 50)
# | Typ Pojazdu | Marka | Nr rej. | Kryptonim | Rok Produkcji | Rodzaj napędu | Przegląd | OC | @if(auth()->user()->accessLevel() == 50)Operacja | @endif
---|---|---|---|---|---|---|---|---|---|
{{ $lp }} | {{ $vehicle->name }} | {{ $vehicle->brand }} | {{ $vehicle->registrationNumber }} | {{ $vehicle->codename }} | {{ $vehicle->productionYear }} | {{ $vehicle->driveType }} | {{ $vehicle->examExpirationDate }} | {{ $vehicle->insuranceExpirationDate }} | @if(auth()->user()->accessLevel() == 50)Edytuj @if ($vehicle->status == 1) @elseif ($vehicle->status == 0) @endif | @endif