8 lines
130 B
PHP
8 lines
130 B
PHP
|
@extends('layouts.master')
|
||
|
@section('page-top')
|
||
|
<br><br><br><br><br>
|
||
|
@endsection
|
||
|
@section('page-content')
|
||
|
{{ $slot }}
|
||
|
@endsection
|