@extends('saas::frontend.layouts.master') @section('title', @$data['title']) @section('content')
{!! $data['content_show']->content !!}
@endsection