@extends('layouts.app') @section('title', 'Portfolio | CIVITEK - Our Featured Projects') @section('meta') @endsection @section('content') @include('components.portfolio.hero') @include('components.portfolio.project-list') @endsection