@extends('apex-layouts.main') @section('content')
@if ($model->exists) @method('PUT') @endif @csrf

New Notification

@if ($errors->has('title')) {{ $errors->first('title') }} @endif
@if ($errors->has('domain_url')) {{ $errors->first('domain_url') }} @endif
@if ($errors->has('message')) {{ $errors->first('message') }} @endif
Back
@endsection @section('scripts') @stop