@extends('frontend.layouts.app') @section('title', 'Portfolio - ' . ($settings->company_name ?? 'Company')) @section('content') Our Portfolio Explore our recent projects and see what we can do for you. @if($categories->count() > 0) All @foreach($categories as $category) {{ $category }} @endforeach @endif @forelse($portfolios as $index => $portfolio) @if($portfolio->image_url) @else @endif @if($portfolio->project_url) View Project @endif @if($portfolio->category) {{ $portfolio->category }} @endif {{ $portfolio->title }} @if($portfolio->description) {{ $portfolio->description }} @endif @if($portfolio->client_name) Client: {{ $portfolio->client_name }} @endif @empty No portfolio items to display. @endforelse @endsection
Explore our recent projects and see what we can do for you.
{{ $portfolio->description }}
Client: {{ $portfolio->client_name }}
No portfolio items to display.