@extends('frontend.layouts.master') @section('title', _trans('Home')) @section('content')
@if($data->image) img @endif
{{--
--}} {{--

{{ $data->title }}

--}} {{--
--}}
@if(!empty($data->content)) {!! $data->content !!} @else

Content not available!

@endif
@endsection