@extends('layouts.user') @section('sidebar') @include('frontend.components.user-layout-sidebar') @endsection @section('body_class ') fill_data shop invoice cart_pro @endsection @section('content')

{{-- --}}

@foreach ($orders as $order) @endforeach
الرقم التاريخ الاجمالي الاجراء
{{ $order->id }} {{ $order->created_at }} {{ $order->total }} ريال
@endsection