@extends('layouts.master') @section('content')

{{ $title }}

@if ($projects->isEmpty())

No projects found.

@else @endif
@endsection