@extends('layouts/contentLayoutMaster') @section('title', 'الاشعارات') @section('vendor-style') @endsection @section('content') ارسال اشعارات جديدة @csrf عنوان الأشعار * @if ($errors->has('title')) {{ $errors->first('title') }} @endif محتوي الأشعار * {{old('body')}} @if ($errors->has('body')) {{ $errors->first('body') }} @endif المجموعة @foreach($groups as $group) {{$group->name}} @endforeach {{__('main.parent_change_DC')}} @if ($errors->has('groups')) {{ $errors->first('groups') }} @endif اضافة {{-- Data list view end --}} @endsection @section('vendor-script') @endsection