节目建设支持搜索

This commit is contained in:
2022-11-01 17:55:12 +08:00
parent 0f7fc6a5f0
commit f47b0bbd14
2 changed files with 22 additions and 2 deletions

View File

@ -7,6 +7,11 @@
</head>
<body>
@include("common.header")
<form class="form" action="">
<label for="keyword">查找节目关键词,空格隔开查找多个关键词</label>
<input class="border border-black" type="text" name="keyword" id="keyword" value="{{$keyword}}">
<input class="border border-black" type="submit">
</form>
<div class="block my-2">
<a class="px-6 py-2 inline-block rounded-full bg-cyan-600 text-white"
href="{{ route("program.construct.add") }}">添加</a>