@extends('layouts.adminapp') @section('title') {{ __('lng.AppNotification') }} - {{ __('lng.Edit') }} @endsection @section('active_app_management', 'active') @section('open_app_management', 'open') @section('active_app_notification', 'active') @section('content')

{{ __('lng.AppNotification') }}

@csrf @method('Patch')
{{ __('lng.EditAppNotification') }}
@error('title')
{{ $message }}
@enderror
@error('subhead')
{{ $message }}
@enderror
@error('date')
{{ $message }}
@enderror
avatar
@endsection