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

الاعلانات

إنشاء جديد

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

صورة

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