@extends('layouts.app') @section('content') {{__("Clients")}} {{__("ID")}} {{__("Client")}} {{__("Cluster")}} {{__("Address")}} {{__("Packet")}} @if($isAdmin || $isLider) {{__("Seller")}} @endif {{__("Expedited at")}} @foreach($clients as $client) {{$client->fobos_id}} {{$client->name.' '.$client->surname}} {{$client->cluster}} {{$client->street.' '.$client->home_no}} {{$client->packet}} @if($isAdmin || $isLider) {{$client->seller_name.' '.$client->seller_surname}} @endif {{ $client->expedition_date ? date('d.m.Y H:i:s', strtotime($client->expedition_date)) : '' }} @endforeach
{{__("Are you sure you want to accept request?")}}
{{__("Are you sure you want to return request?")}}