@extends('users::user-profile') @section('css') @endsection @section('inside')
{{Auth::user()->name}}
@if($announce)
{{$announce->announce}}
@endif

Aylık Komisyon Grafiği

Bu Ay

{{@$orders_this}}

Geçen Ay

{{@$orders_last}}

{{__('general.user-profile.orders')}}
@foreach($orders as $order) @endforeach
{{__('general.orders.id')}} {{__('general.orders.date')}} {{__('general.orders.status')}} {{__('general.orders.products')}} {{__('general.track_shipping')}} {{__('general.orders.order_total')}}
{{$order->id}} {{date('d/m/Y H:i',strtotime($order->created_at))}} {{@$order->orderStatus->status_name}} {{__('general.show')}} {{$order->total_order}}₺
{{$orders->links()}}
@endsection @section('js') @endsection