@extends('layouts.app') @section('content') {{__("Clients")}} {{__("Client")}} {{__("Network group")}} {{__("Installation address")}} {{__("Contact")}} {{__("Packet")}} @if($isAdmin || $isLider) {{__("Seller")}} @endif @foreach($klijenti as $k) {{$k->ime.' '.$k->prezime}} {{$k->mrezna_grupa}} {{$k->adresa_instalacije}} @if($k->tel1) {!! nl2br('Fiksni: '.$k->tel1." \n")!!} @endif @if($k->tel2) {!! 'Mob: '.nl2br($k->tel2." \n") !!} @endif @if($k->tel3) {!! 'Mob2: '.nl2br($k->tel3) !!} @endif {{$k->paket}} @if($isAdmin || $isLider) {{$k->prodavac_ime.' '.$k->prodavac_prezime}} @endif @if($k->ekspedovano != 1) @endif @if($isSuperAdmin) @endif @if($k->ekspedovano != 1) @endif @if($isSuperAdmin && !$mounted) @endif @if($isSuperAdmin && $mounted) @endif @endforeach
{{__("Are you sure you want to delete data?")}}?
*{{__("Before modifying, delete the incorrectly entered client from the 'Clients' section to avoid duplication of data")}}
*{{__("Points can be edited only by Super Admin")}}.
{{__("Are you sure you want to send this request?")}}?