@extends('layouts.app') @section('title', 'Projects - ' . config('app.name')) @section('content')

Projects

New Project

@for($i = 1; $i <= 6; $i++)

Project {{ $i }}

Sample project description goes here. This is a placeholder for your actual project.

In Progress View →
@endfor
@endsection