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

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

{{ __('lng.CreateAppNotification') }}
@csrf
@error('title')
{{ $message }}
@enderror
@error('subhead')
{{ $message }}
@enderror
@error('date')
{{ $message }}
@enderror
defualt
@error('banner1')
{{ $message }}
@enderror
@endsection