@section('title', $title) @section('description', $description) @extends('layouts.main') @section('content')
{!! showContent($page) !!}
@endsection