10 lines
227 B
PHP
10 lines
227 B
PHP
@extends('front.layout.pages-layout')
|
|
@section('pageTitle', isset($pageTitle) ? $pageTitle : 'Document Title')
|
|
@section('meta_tags')
|
|
{!! SEO::generate() !!}}
|
|
@endsection
|
|
|
|
@section('content')
|
|
-- Page Content
|
|
@endsection
|