@extends('front.master-sector') @section('content') @foreach ($Sector as $sectors) {{-- --}} {!! html_entity_decode($sectors->title, ENT_QUOTES, 'UTF-8') !!} Home Sectors {!! html_entity_decode($sectors->raw, ENT_QUOTES, 'UTF-8') !!}
{!! html_entity_decode($sectors->content, ENT_QUOTES, 'UTF-8') !!}