@extends('layouts.master') @section('title') {{__("admin.new_notification")}} @endsection @section('css') @endsection @section('content') @component('components.breadcrumb') @slot('li_1') @endslot @slot('title') {{__("admin.new_notification")}} @endslot @endcomponent

{{__("admin.add_notification")}}

@csrf @include("layouts.session")
@error('type') {{ $message }} @enderror
@error("title") {{ $message }} @enderror
@error("message") {{ $message }} @enderror
@endsection @section('js') @endsection