Initial Commit
This commit is contained in:
9
resources/views/front/pages/front-example.blade.php
Normal file
9
resources/views/front/pages/front-example.blade.php
Normal file
@@ -0,0 +1,9 @@
|
||||
@extends('front.layout.pages-layout')
|
||||
@section('pageTitle', isset($pageTitle) ? $pageTitle : 'Document Title')
|
||||
@section('meta_tags')
|
||||
{!! SEO::generate() !!}}
|
||||
@endsection
|
||||
|
||||
@section('content')
|
||||
-- Page Content
|
||||
@endsection
|
||||
Reference in New Issue
Block a user