6 lines
69 B
PHP
6 lines
69 B
PHP
|
@extends('layout.base')
|
||
|
|
||
|
@section('page_content')
|
||
|
Home
|
||
|
@endsection
|