7 lines
92 B
PHP
7 lines
92 B
PHP
@extends('layout')
|
|
@section('content')
|
|
|
|
@include("partials.love");
|
|
|
|
@endsection
|