@if(count($files))
{{ count($files) }} attached @else No files @endif
@empty
No expenses
Get started by creating a new expense.
@endforelse
{{-- Pagination --}}
@if($expenses->hasPages())
{{ $expenses->links() }}
@endif
{{-- Inline styles to ensure consistent input heights (keeps things uniform across browsers) --}}
{{-- Small banner styles (reuse pattern used on other pages) --}}
@endsection