@extends('master') @section('content')
@foreach($projects as $project)
@endforeach
@endsection