@extends('admin.layout.master') @section('css') @endsection @section('content')
{{-- Product Orders Table --}}
{{-- Table will be loaded here via AJAX --}}
@endsection @section('js') @endsection