@extends('web.layout.master') @section('title', 'Welcome! | House Runs For Me') @section('home-active', 'active') @section('content') {{-- --}} {{--
--}} @include('web.pages.navbar')
{{--
@if($datapicleft) {!! html_entity_decode(nl2br(e($datapicleft->meta))) !!} @endif



--}}
{{--
@if($datapicright) {!! html_entity_decode(nl2br(e($datapicright->meta))) !!} @endif



--}}
{{--
--}}

News Feed

@foreach ($news as $newssingle )
@php $check = explode(".",$newssingle->image); $ext = $check[1]; @endphp @if($ext == 'mp4' || $ext == 'mov' ||$ext == 'flv' ||$ext == 'webm' ) @else @endif
{{Date('d-M-Y',strtotime($newssingle->created_at))}}

{{$newssingle->title}}

{{ Illuminate\Support\Str::limit($newssingle->desc, 100) }}

Read more
@endforeach

News Feed

{{--
--}}
{{-- --}} {{--
--}}
{{--

Try Now The House Runs For Meub Mobile App For Your Smartphone

It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout.

--}} {{--

What our users say

--}} {{--
--}} {{--

SOME OF OUR MEMBERS

--}} @endsection @section('scripts') @endsection