@extends('layouts.v2.frontend-user-backend') @section('title', '| Order History') @section('content')

Order history

@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
@include('frontend.forms.v2.orders.orderHistoryTable')
{{ $UserPaymentOrderData->links() }}
@endsection @section('page-js') @endsection