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

{{__("Requests")}}

@foreach($zahtevi as $zah) @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}}
@endsection