@extends('layouts.app') @section('title') Projects List @stop @section('breadcrumb') @stop @section('css') @stop @section('content')

𝐏𝐑𝐎𝐉𝐄𝐂𝐓𝐒

{{-- Highrise --}}
@foreach ($projects as $project) @php $id = Crypt::encrypt($project->id); @endphp
{{ $project->name }}
@endforeach
@stop @section('js') @stop