@extends('layout.app') @section('content')

Edit Income

{{-- 'model'=> $model --}}
@method('put') @csrf
@if ($model->attach_document != null) @if (!empty($model->attach_document)) @php $isS3 = checkSettings('store_image_to_s3') === 'enable'; $imgUrl = $isS3 ? $model->attach_document // already full URL from S3 : asset('storage/attachDocument/' . $model->attach_document); // local path @endphp Document @else

No File

@endif @else @endif

@endsection @push('script-bottom') @endpush