giftcon_dev/resources/views/web/partials/content-head.blade.php
2026-01-12 13:51:45 +09:00

9 lines
244 B
PHP

{{--@props(['title' => '', 'desc' => null])--}}
{{--<div class="list-head">--}}
{{-- <h2 class="list-title">{{ $title }}</h2>--}}
{{-- @if($desc)--}}
{{-- <p class="list-desc">{{ $desc }}</p>--}}
{{-- @endif--}}
{{--</div>--}}