@extends('layouts.app') @section('content') Zahtevi ({{$count}}) @if(!$zahtevi->isEmpty()) {{__("Export")}} @endif {{__("Client")}} {{__("Network group")}} {{__("Installation address")}} {{__("Contact")}} {{__("Packet")}} {{__("Seller")}} @foreach($zahtevi as $zah) {{$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->prihvaceno != 1) @endif @if($zah->prihvaceno != 1) @endif @endforeach
{{__('Are you sure you want to return request?')}}
{{__('The request will be imported into the customer base for installations. Are you sure you want to accept this request?')}}
{{__('The request will be sent on hold. Are you sure you want to submit a pending request?')}}