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