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

Custom Payment Report @if(isset($archive)) Custom Links @else Archived Custom Links @endif Report

@foreach($reports as $order) @endforeach
Id Nickname Orders Price Statut
{{ $order->id }} {{ $order->fb_pseudo }} @foreach($order->items as $item) Order ID: {!! $item->live_order_id !!}
@endforeach
@foreach($order->items as $item)
Warning: Undefined variable $item in /home/modapascig/.config/resources/views/admin/report/custom_client.blade.php on line 45

Warning: Attempt to read property "live_order" on null in /home/modapascig/.config/resources/views/admin/report/custom_client.blade.php on line 45

Warning: Attempt to read property "total" on null in /home/modapascig/.config/resources/views/admin/report/custom_client.blade.php on line 45
@endforeach {!! $total !!} €
@if($order->status==0) En attente @elseif($order->status==1) Paiement terminé @endif
@endsection @section('footer') @endsection