@if(isset($data['content']['layout']) && $data['content']['layout'] == 'slider' )
{{$data['content']['title']}}
@elseif(isset($data['content']['layout']) && $data['content']['layout'] == 'grid' )
{{$data['content']['title']}}
Sector Regulation
@elseif(isset($data['content']['layout']) && $data['content']['layout'] == 'list')
{{$data['content']['title']}}
@endif