@extends('dashboard.layouts.app') @section('css') @endsection @section('content')
تعديل إعلان
@include('dashboard.layouts.message')
@csrf

الصورة

@if ($errors->has('image')) صورة الإعلان مطلوبة و يجب أن تكون بصيغة png,jpeg,jpg @endif
@isset($data) @endisset @if ($errors->has('title_ar')) {{ $errors->first('title_ar') }} @endif
@isset($data) @endisset @if ($errors->has('title_en')) {{ $errors->first('title_en') }} @endif
@endsection @section('js') @endsection