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

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

إنشاء جديد

@csrf
@if ($errors->has('alt')) {{ $errors->first('alt') }} @endif

صورة الإعلان

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