@extends('layouts.fdhl') @section('title') @if(isset($widgets)) @if($widgets['current-projects']['status']==1) {{$widgets['current-projects']['meta_title']}} @endif @endif @endsection @section('description') @if(isset($widgets)) @if($widgets['current-projects']['status']==1) {{$widgets['current-projects']['meta_description']}} @endif @endif @endsection @section('keywords') @if(isset($widgets)) @if($widgets['current-projects']['status']==1) {{$widgets['current-projects']['meta_keywords']}} @endif @endif @endsection @section('content')

Current Projects

@foreach($allcurrentprojects as $projects)
Card image cap

{{$projects->title}}

{!!$projects->short_description!!}

Read More »
@endforeach

Have a question or need help! Don't hesitate to contact us

@endsection