@extends('admin.layout.master') @section('title', 'مراسلة الاعضاء') @section('content')

مراسلة الاعضاء

إنشاء جديد

@csrf
@if ($errors->has('country_id')) {{ $errors->first('country_id') }} @endif
@if ($errors->has('city_id')) {{ $errors->first('city_id') }} @endif
@if ($errors->has('disability_id')) {{ $errors->first('disability_id') }} @endif

ارسال
عدم ارسال
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@if ($errors->has('title')) {{ $errors->first('title') }} @endif
@if ($errors->has('body')) {{ $errors->first('body') }} @endif
@stop @section('scripts') @stop