@extends('layouts.default') @section('title') @endsection @section('header-style') @endsection @section('content')

File Archive


@if(Session::has('message')) @endif
file_info_id)) action="{{route('file.file-upload-update', [$fileInfo->file_info_id])}}" @else action="{{route('file.file-upload-post')}}" @endif method="post" enctype="multipart/form-data"> @csrf @if (isset($fileInfo->file_info_id)) @method('PUT') @endif
upload_file) || !$ack->upload_file) required @endif type="file" class="form-control" id="upload_file" name="upload_file" />
{{--@if(isset($ack->ack_file)) {{$ack->ack_file_name}} @endif--}}
  • active_yn == \App\Enums\YesNoFlag::YES)) checked @elseif(!$fileInfo) checked @endif />
  • active_yn != \App\Enums\YesNoFlag::YES)) checked @endif />
@include('file.file-upload-datatable-list')
@endsection @section('footer-script') @endsection