@extends ('../welcome') @section('content')
@if (auth()->user()->type == 'admin' || auth()->user()->role->hasPermission('projects-create')) @endif @if (auth()->user()->type == 'admin' || auth()->user()->role->hasPermission('projects-archive')) @endif

Total: {{ count($projects) }}

ID Name description is_active is_residential
@endsection