@extends('layouts.main') @section('title', 'notification') @section('content') @push('head') @endpush
@include('include.message')

{{ __('Send Notification')}}

@csrf
@error('name') {{ $message }} @enderror
@error('url') {{ $message }} @enderror

OR

OR
@error('url') {{ $message }} @enderror
@push('script') @endpush @endsection