@extends('admin.layout.master') @section('title', 'النشرة البريدية') @section('content')

النشرة البريدية

إرسال جديد

@csrf
@if ($errors->has('body_ar')) {{ $errors->first('body_ar') }} @endif
@if ($errors->has('body_en')) {{ $errors->first('body_en') }} @endif
@stop @section('scripts') @stop