@extends('website.layout.main') @section('content') @forelse($projects as $project) @if($project->partner) {{ $project->partner }} @endif {{$project->title}} @if($project->introduction) {!! Str::limit($project->introduction, 150) !!} @endif @if($project->phase) {{ $project->phase }} @endif Learn more @empty No projects available at the moment. @endforelse @endsection
{{ $project->partner }}
{!! Str::limit($project->introduction, 150) !!}
{{ $project->phase }}
No projects available at the moment.