|
{{-- @extends('layouts.client') --}}
|
|
|
|
|
|
<form action="{{ route('serial-number-check.search') }}" method="POST">
|
|
@csrf
|
|
<input type="text" name="keyword[0]" value="sn0">
|
|
<input type="text" name="keyword[1]" value="sn1">
|
|
<input type="submit" value="submit">
|
|
</form>
|