5 lines
94 B
PHP
Executable file
5 lines
94 B
PHP
Executable file
@extends('layouts.application')
|
|
|
|
@section('layout-content')
|
|
@yield('content')
|
|
@endsection
|