@extends('admin.layout.master') @section('title', 'الإشعارات') @section('content')

الإشعارات

الإشعارات

@include('admin.layout.message')
@csrf
{{--
--}} {{-- --}} {{-- --}} {{-- @if ($errors->has('title_ar'))--}} {{-- {{ $errors->first('title_ar') }}--}} {{-- @endif--}} {{--
--}} {{--
--}} {{-- --}} {{-- --}} {{-- @if ($errors->has('title_en'))--}} {{-- {{ $errors->first('title_en') }}--}} {{-- @endif--}} {{--
--}}
@if ($errors->has('body_ar')) {{ $errors->first('body_ar') }} @endif
@if ($errors->has('body_en')) {{ $errors->first('body_en') }} @endif
@stop