@extends('layouts.app', ['activePage' => 'listNotification', 'titlePage' => __('Add Notifications')]) @section('content')
@if (count($errors) > 0) @if($errors->any()) @endif @endif

{{ __('pages.add') }}

@csrf


{{ __('pages.back') }}

@endsection