@extends('layouts.master') @push('page-styles') @endpush @section('content')
@foreach ($projects as $project) @endforeach
@endsection @push('modals') @endpush @section('page-scripts') @endsection