15 lines
170 B
PHP
Executable File
15 lines
170 B
PHP
Executable File
@extends('frontend/layouts/default')
|
|
|
|
{{-- Page title --}}
|
|
@section('title')
|
|
About us ::
|
|
@parent
|
|
@stop
|
|
|
|
{{-- Page content --}}
|
|
@section('content')
|
|
|
|
About us page.
|
|
|
|
@stop
|