@extends('layouts.app') @section('content')
@csrf

@if($keyword) 検索結果 @else おすすめ @endif

@endsection