@extends('layouts/contentLayoutMaster') @section('title', 'الاشعارات') @section('vendor-style') @endsection @section('content')

ارسال اشعارات جديدة إلي : {{$user->name}}

@csrf
عنوان الأشعار *
@if ($errors->has('title')) @endif
محتوي الأشعار *
@if ($errors->has('body')) @endif
{{-- Data list view end --}} @endsection @section('vendor-script') @endsection