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

إعلانات البنرات

إنشاء جديد

@csrf
@if ($errors->has('title')) {{ $errors->first('title') }} @endif
@if ($errors->has('url')) {{ $errors->first('url') }} @endif
يراها المدير فقط @if ($errors->has('notes')) {{ $errors->first('notes') }} @endif
@if ($errors->has('image')) {{ $errors->first('image') }} @endif
@stop