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

@if($widgets['news-widget']['status']==1) {{$widgets['news-widget']['title']}} @endif

@foreach($allnews as $news)
Card image cap

{{$news->title}}

{!!$news->short_description!!}

Read More »
@endforeach

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

@endsection