9 lines
145 B
PHP
9 lines
145 B
PHP
@extends('layouts.master')
|
|
|
|
@section('title', 'About')
|
|
|
|
@section('header')
|
|
|
|
@section('content')
|
|
<p>This is the about content</p>
|
|
@endsection
|