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

Order History

@include('user.include.sidebar')
@foreach ($order as $key => $items) @endforeach
SNo. Name Invoice Number Total View Invoice
{{ $key + 1 }} {{ ucwords($items->name) }} {{ $items->invoice }} ${{ $items->amount }} View
@endsection @push('css') @endpush @push('js') @endpush