@extends('layouts.app') @section('content')

{{__("Clients")}}

@if($isAdmin) @endif @foreach($zahtevi as $zah) @if($isAdmin) @endif @endforeach
{{__("Client")}} {{__("Network group")}} {{__("Installation address")}} {{__("Contact")}} {{__("Packet")}}{{__("Seller")}}
{{$zah->ime.' '.$zah->prezime}} {{$zah->mrezna_grupa}} {{$zah->adresa_instalacije}} @if($zah->tel1) {!! nl2br('Fiksni: '.$zah->tel1." \n")!!} @endif @if($zah->tel2) {!! 'Mob: '.nl2br($zah->tel2." \n") !!} @endif @if($zah->tel3) {!! 'Mob2: '.nl2br($zah->tel3) !!} @endif {{$zah->paket}}{{$zah->prodavac_ime.' '.$zah->prodavac_prezime}} @if($zah->ekspedovano != 1) @endif @if($zah->ekspedovano != 1) @endif @if($isSuperAdmin) @endif
@endsection