@extends('frontend.Layout.master') @section('title_front','Home') @section('content')
{!! html_entity_decode($home) !!}
@endsection