@extends('layouts.app') @section('content') {{__("Clients")}} {{__("Client")}} {{__("Network group")}} {{__("Installation address")}} {{__("Contact")}} {{__("Packet")}} @if($isAdmin) {{__("Seller")}} @endif @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}} @if($isAdmin) {{$zah->prodavac_ime.' '.$zah->prodavac_prezime}} @endif @if($zah->ekspedovano != 1) @endif @if($zah->ekspedovano != 1) @endif @if($isSuperAdmin) @endif @endforeach
{{__("Are you sure you want to delete data?")}}?
{{__("Are you sure you want to send this request?")}}?