@extends('layouts.frontend') @section('title', '| Order History') @section('content')
@if ($message = Session::get('order_history_success'))
{{ $message }}
@endif @if(isset($order_history_error) || $order_history_error = Session::get('order_history_error'))
{{ $order_history_error }}
@endif

Order History

@include('frontend.forms.orders.orderHistoryTable')
{{ $UserPaymentOrderData->links() }}
@endsection @section('page-js') @endsection