@extends('backend.layouts.app') @section('content')
{{ translate('Notification Type Information') }}
@csrf @if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
{{ translate('Browse') }}
{{ translate('Choose File') }}
@if ($notificationType->type != 'custom') {{ translate('N.B : Do Not Change The Variables Like') }} [[ ____ ]] @endif {{ translate('N.B : Use character, number only') }}
@endsection