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

الاعلانات

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

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

صورة

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