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

الاعلانات

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

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

الصورة

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