@extends('layouts.guest') @section('title', 'Projects - Bricklet') @section('content')
@include('property.partials.project_list', ['projects' => $projects, 'total_projects' => $total_projects])
@endsection @push('scripts') @endpush