@extends('layouts.app') @section('content') {{__("Clients")}} {{__("Client")}} {{__("Cluster")}} {{__("Address")}} {{__("Packet")}} {{__("Status")}} @if($isAdmin || $isLider) {{__("Seller")}} @endif @if($clients) @foreach($clients as $client) {{$client->name.' '.$client->surname}} {{$client->cluster}} {{$client->street.' '.$client->home_no}} {{$client->packet}} {{$client->status}} @if($isAdmin || $isLider) {{$client->seller_name.' '.$client->seller_surname}} @endif @if($client->expedited != 1 && $client->accepted != 1) @endif @if($client->expedited != 1 && $client->accepted != 1) @endif @if($isSuperAdmin) @endif @endforeach @endif
{{__("Are you sure you want to delete data?")}}
{{__("Are you sure you want to send this request?")}}