@extends('web.layouts.layout') @section('content')
@foreach($projects as $project)
{{ $project->currentDescription->name }}
{{ $project->currentDescription->name }}

{{ wordLimit($project->currentDescription->description, 30) }}

{{ __('main.read_more') }}
@endforeach
@endsection