@extends("template.layouts.simple.master") @section('content')
@include("master.notification")
@csrf
@error("date")
{{$message}}
@enderror
@error("title")
{{$message}}
@enderror
@error("description")
{{$message}}
@enderror
@endsection {{--@include("")--}} @section("scripts") @include("master.notification_show_hide") @endsection