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

Our Work

Platforms and applications built for clients across web and mobile technologies.

@foreach($projects as $index => $project) @if(($project['layout'] ?? 'standard') === 'mobile') @else
{{ str_pad($index + 1, 2, '0', STR_PAD_LEFT) }}
{{ $project['image_alt'] ?? $project['title'] }}

{{ $project['title'] }}

{{ $project['text'] }}

@endif @endforeach
@endsection