@extends('layouts.main') @section('title', $title) @section('meta') @foreach($meta as $tag) @endforeach @stop @section('content') Web Applications @foreach ($rows as $key => $project) @if($project->type === 'web') @endif @endforeach Mobile Applications @foreach ($rows as $key => $project) @if($project->type === 'mobile') @endif @endforeach