@extends('frontend.includes.master') @section('title',@$data['title']) @section('content')

{{ $data['show']->title }}

{!! @$data['show']->content !!}

@endsection