@extends('layouts.app') @section('content') {{__("Clients")}} ({{$count}}) {{__("Export")}} {{__("Client")}} {{__("Network group")}} {{__("Installation address")}} {{__("Contact")}} {{__("Packet")}} @if($isAdmin) {{__("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) {{$k->prodavac_ime.' '.$k->prodavac_prezime}} @endif @if($k->ekspedovano != 1) @endif @if($isSuperAdmin) @endif @if($k->ekspedovano != 1) @endif @if($isSuperAdmin) @endif @endforeach
{{__("Are you sure you want to delete data?")}}?
{{__("Are you sure you want to send this request?")}}?
*{{__("Before modifying, delete the incorrectly entered client from the 'Clients' section to avoid duplication of data")}}