@extends('frontend.layouts.app') @section('page-title', $title) @section('body', ($body)) @section('keywords', $keywords) @section('description', $description) @section('content') @include('frontend.partials.messages')
@stop @section('scripts') @stop