@extends('admin.layouts.master') @section('css') @include('admin.helper.tablecss') @endsection @include('admin.helper.tittle', ['title' => 'أكواد الطلبات']) @section('content')

قائمة أكواد الطلبات

عرض الأكواد المرتبطة بالطلبات (داخلي/خارجي)
@include('admin.filters.userwithgames')
# المستخدم الكود النوع رقم الطلب اسم المنتج اللعبة
@endsection @section('js') @include('admin.helper.tablescripts') @include('admin.helper.requfilter') @include('vue') @endsection