Initial Commit
This commit is contained in:
7
resources/views/example-page.blade.php
Normal file
7
resources/views/example-page.blade.php
Normal file
@@ -0,0 +1,7 @@
|
||||
@extends('back.layout.pages-layout')
|
||||
@section('pageTitle', isset($pageTitle) ? $pageTitle : 'Page Title here')
|
||||
@section('content')
|
||||
|
||||
Page Content here
|
||||
|
||||
@endsection
|
||||
Reference in New Issue
Block a user