@extends('users.layout.app') @section('scripts') @endsection @section('content') @include('users.partials.sidebar')
@if(!empty($projects)) @foreach($projects as $project)
project-thumbnail

{{$project->project_name}}

@endforeach @endif @section('scripts') @endsection @endsection