@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
@stop