@extends('layouts.app') @section('content')

{{trans('lang.create_notification')}}

@if($errors->any())
    @foreach($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf
{{trans('lang.create_notification')}}
{{ trans("lang.notification_title_help") }}
{{ trans("lang.notification_message_help") }}
{{ trans('lang.cancel')}}
@endsection @section('scripts') @endsection