@extends('admin.layouts.master') @section('title', 'إدارة أسعار الأرباح') @section('css') @include('admin.helper.tablecss') @endsection @section('content')

إدارة أسعار الأرباح

@if(can_admin('profits_view')) إضافة سعر ربح @endif
@foreach (config('app.rates') as $rate) @endforeach
ID اللعبة المنتج{{ $rate }}تاريخ الإنشاء الإجراءات
@endsection @section('js') @include('admin.helper.tablescripts') @include('admin.helper.requfilter') @include('vue') @endsection