@extends('admin.layout.master') @section('title', 'Notification') @push('plugin-styles') @endpush @section('content') @if (session('success'))
{{ session('success') }}
@endif

Notification


{{--

Read the Official jQuery Validation Documentation for a full list of instructions and other options.

--}}
@csrf
{{ $errors->first('reciever_id') }}
{{ $errors->first('composition') }}
{{ $errors->first('title') }}
{{ $errors->first('description') }}
@endsection @push('plugin-scripts') @endpush @push('custom-scripts') @endpush