@extends('layouts.app') @section('content') @include('layouts.top-header', [ 'title' => __('Send Notification'), 'class' => 'col-lg-7' ])
{{__('Message')}}
@csrf
@error('title')
{{ $message }}
@enderror
@error('msg')
{{ $message }}
@enderror
@endsection