Tag List
Add Tag
id)}}" method="post" enctype="multipart/form-data"> @csrf
@if ($errors->has('name'))
{{ $errors->first('name') }}
@endif
@if ($errors->has('time'))
{{ $errors->first('time') }}
@endif
@if ($errors->has('sort_order'))
{{ $errors->first('sort_order') }}
@endif