@extends('vendors.layouts.master') @section('css') @endsection @section('page-header') @endsection @section('content')

الألعاب المتاحة

{{ $games->total() }} لعبة صفحة {{ $games->currentPage() }} من {{ $games->lastPage() }}

يمكنك إضافة أو تغيير صور الألعاب من هنا

@if ($games->count() > 0)
@foreach ($games as $game)
@if (isset($vendorImages[$game->id])) {{ $game->name }}
@else
@endif
{{ isset($vendorImages[$game->id]) ? 'تغيير الصورة' : 'إضافة صورة' }}
جاري التحميل...
{{ $game->name }}
@if (isset($vendorImages[$game->id])) يوجد صورة مخصصة
@else صورة افتراضية
انقر على الصورة لإضافة صورة مخصصة @endif
@endforeach
{{ $games->links() }}
@else

لا توجد ألعاب متاحة

سيتم عرض الألعاب هنا عند توفرها

@endif
@endsection @section('js') @include('vue') @endsection