4 lines
72 B
PHP
4 lines
72 B
PHP
@extends('layout')
|
|
@section('content')
|
|
Where the content is.
|
|
@endsection |