@extends('admin.layouts.app') @section('title', get_setting('site_name').' | '.__('Edit E-Nothi')) @section('content')
← {{ __('Back') }}

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

{{ $file->file_number }} ยท {{ \App\Models\EnothiFile::statusLabel($file->status) }}

@csrf
@if($file->attachments->isNotEmpty())
@foreach($file->attachments as $attachment)
id, old('remove_attachments', [])))>
@endforeach
@endif
{{ __('Cancel') }}
@endsection