@extends('layouts.admin', ['title' => ($game->exists ? 'تعديل لعبة' : 'لعبة جديدة').' | RaseedNow']) @section('content')
Catalog

{{ $game->exists ? 'تعديل لعبة' : 'لعبة جديدة' }}

الألعاب
@if($errors->any())
{{ $errors->first() }}
@endif
@csrf @if($game->exists) @method('PATCH') @endif @if($game->image_path)
الصورة الحالية {{ $game->name_ar }}
@endif
@endsection