このリポジトリは2023-09-09にアーカイブされています。 ファイルの閲覧とクローンは可能ですが、プッシュ、イシューの作成、プルリクエストはできません。
kikikan/backend/resources/views/c_account/search/index.blade.php

9 行
159 B
PHP
Raw 通常表示 履歴

2021-10-04 13:37:25 +09:00
@extends('c_account.search.layout')
@section('title', '検索')
@section('content')
<div id="c-search-list"></div>
@endsection
@extends('c_account.sidebar')