@extends('admin.layouts.master') @section('css') @include('admin.helper.tablecss') {{-- formscss removed: no TinyMCE or form editor needed --}} @endsection @section('page-header') @endsection @section('content')
@include('admin.filters.users') @include('admin.filters.games') @include('admin.filters.products')
@if(can_admin('ban_view')) @endif
id الاسم اللعبه المنتج اجرارءات تاريخ انشاء
@endsection @section('js') @include('admin.helper.tablescripts') {{-- formscripts removed: only DataTables + select2 required --}} @include('vue') @endsection