@extends('admin.layouts.app') @section('title', get_setting('site_name').' | '.__('E-Nothi File')) @push('css') @endpush @section('content')
@if (session()->has('message'))
{{ session('message') }}
@endif @if (session()->has('error'))
{{ session('error') }}
@endif
← {{ __('Back') }}

{{ __('E-Nothi File') }}

{{ $file->file_number }} · {{ $file->subject }}

@if(!empty($canEdit) && $canEdit) {{ __('Edit') }} @endif @if(!empty($canDelete) && $canDelete) {{ __('Delete') }} @endif {{ __('Print Application') }} / আবেদন প্রিন্ট {{ __('Print with Noting') }} / নথিসহ @if(!empty($canClose) && $canClose) @endif
@include('admin.enothi.partials.detail', [ 'file' => $file, 'canAct' => $canAct ?? false, 'isOverdue' => $isOverdue ?? false, 'forwardUsers' => $forwardUsers ?? collect(), 'nextApprover' => $nextApprover ?? null, ])
@if(!empty($canClose) && $canClose) @endif @endsection @section('script') @if($errors->has('note')) @endif @endsection