@extends('layouts.app') @section('content')

{{__("Clients")}}

@if($isAdmin || $isLider) @endif @if($clients) @foreach($clients as $client) @if($isAdmin || $isLider) @endif @endforeach @endif
{{__("Client")}} {{__("Cluster")}} {{__("Address")}} {{__("Packet")}} {{__("Status")}}{{__("Seller")}}
{{$client->name.' '.$client->surname}} {{$client->cluster}} {{$client->street.' '.$client->home_no}} {{$client->packet}} {{$client->status}}{{$client->seller_name.' '.$client->seller_surname}} @if($client->expedited != 1 && $client->accepted != 1) @endif @if($client->expedited != 1 && $client->accepted != 1) @endif @if($isSuperAdmin) @endif
@endsection