@extends('layouts.app') @section('content') @include('partials.home_menu.menu')

clipboardInvoices




@foreach($invoices as $payment) id")}}'"> @endforeach
Double Click to View More Details
Order # Status Payment Method Created At
{{$payment->reference}} {{$payment->status}} {{$payment->created_at}} {{$payment->updated_at}}


@endsection