@extends('frontend.provider.app') @section('seo_title', 'My Product Orders') @push('styles') @endpush @section('content')
@include('provider.partials.sidebar')

{{__('my product orders')}}

{{__('new_orders')}}
{{-- Add ID to the search input --}}
{{__('order_id')}} {{__('Booking Date')}} {{__('Product')}} {{__('Amount')}} {{__('payment_method')}} {{__('Customer')}} {{__('Quantity')}}
{{__('loading')}}
@endsection @push('scripts') {{-- Datatables scripts --}} @endpush