@extends('layouts.app')
@section('title')
Projects List
@stop
@section('breadcrumb')
- Home
- Project(s)
@stop
@section('css')
@stop
@section('content')
𝐏𝐑𝐎𝐉𝐄𝐂𝐓𝐒
{{--
Highrise --}}
@foreach ($projects as $project)
@php
$id = Crypt::encrypt($project->id);
@endphp
@endforeach
@stop
@section('js')
@stop