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

تمييز الاعلان

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

@csrf @method('PATCH')
@if ($errors->has('from')) {{ $errors->first('from') }} @endif
@if ($errors->has('to')) {{ $errors->first('to') }} @endif
@if ($errors->has('price')) {{ $errors->first('price') }} @endif
@stop