@extends('admin.admin') @section('content')

{{ __('product_orders')}}

{{-- You can add a search input here if you want, e.g. --}} {{-- Rows will be inserted here by JavaScript --}}
{{ __('Order ID')}} {{ __('Date')}} {{ __('Customer')}} {{ __('Provider')}} {{ __('Product')}} {{ __('Amount')}} {{ __('Status')}} {{ __('Action')}}
@endsection