{{ __('views.loans.casa_upload.title') }}

@if ($hasResult) @if ($updatedCount > 0)
{{ __('controllers.loan.updated_count', ['count' => $updatedCount]) }}
@else
{{ __('controllers.loan.no_updated') }}
@endif @endif
...
@error('file') {{ $message }} @enderror