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

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

إنشاء جديد

@csrf
@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 @section('scripts') @stop