@extends('admin.layout.master') @section('title', 'عارض الصور والإعلانات') @section('content')

عارض الصور والإعلانات

تعديل البيانات

@csrf @method('PATCH')
@if ($errors->has('user_id')) {{ $errors->first('user_id') }} @endif
@if ($errors->has('url')) {{ $errors->first('url') }} @endif

الصورة

@if ($errors->has('image')) {{ $errors->first('image') }} @endif
@stop