8 lines
110 B
PHP
8 lines
110 B
PHP
|
@extends('layout')
|
||
|
|
||
|
@section("title", "homepage")
|
||
|
|
||
|
|
||
|
@section('content')
|
||
|
<x-emblem-heart />
|
||
|
@endsection
|