@extends('web.layout.master') @section('title', 'Welcome! | House Runs For Me') @section('about-active', 'active') @section('content') @include('web.pages.navbar')

{{$data->title}}

{{Date('d-M-Y',strtotime($data->created_at))}}

@php $check = explode(".",$data->image); $ext = $check[1]; @endphp @if($ext == 'mp4' || $ext == 'mov' ||$ext == 'flv' ||$ext == 'webm' ) @else @endif

{{$data->desc}}

@endsection @section('scripts') @endsection