@extends('site.pages') @section('title', $page_title) @section('content')

{!! $data['blog']['content'] !!}

@endsection