8 lines
167 B
PHP
8 lines
167 B
PHP
@extends('back.layout.pages-layout')
|
|
@section('pageTitle', isset($pageTitle) ? $pageTitle : 'Page Title here')
|
|
@section('content')
|
|
|
|
Page Content here
|
|
|
|
@endsection
|