@extends('admin.layouts.app') @section('title', get_setting('site_name').' | '.__('New E-Nothi')) @section('content')

{{ __('New E-Nothi Application') }}

{{ __('Create an application on behalf of an employee or as an internal memo.') }}

@csrf
{{ __('Describe the problem or request clearly for management review.') }}
{{ __('Cancel') }}
@endsection