@extends("layouts.admin.app") @section("page-title") {{__("Dashboard")}} @endSection @section("page-nav-title")

{{__('Clients Orders')}}

{{__('All Clients Orders')}}

@endsection @section("css-links") getLocale() . "/pages/orders.css")}}"> @endsection @section("content")
@csrf {{__("Export As Excel")}}
@foreach($Clients as $Client) {{-- --}}
#{{__("ID")}} {{__("User")}} {{__("Image")}} {{__("Phone Number")}} {{__("Number Order")}} {{__("Total order amount")}} {{__("Order Details")}}
{{$Client->id}} {{$Client->user->full_name}} user->getFirstMediaFile("profile_photo")->url : Null}}" style="width: 50px; height: 50px;" alt=""> {{$Client->phone_number}}{{$Client->user->promocode? $Client->user->promocode->PromoCodeByType():null}}{{$Client->user->orders->count()}} @if($Client->user->orders) @foreach($Client->user->orders as $order)