@extends('layouts.app') @section('title', 'Our Portfolio') @section('content')

Our Portfolio

Explore our successful projects and case studies that demonstrate our expertise in financial consulting.

@if($portfolios->count() > 0) @foreach($portfolios as $portfolio)
{{ $portfolio->category }}

{{ $portfolio->title }}

{{ $portfolio->description }}

@endforeach @endif

Have a Project in Mind?

Let's discuss how we can help you achieve your financial goals.

Get In Touch
@endsection