diff options
| -rw-r--r-- | resources/views/list_anime.blade.php | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/resources/views/list_anime.blade.php b/resources/views/list_anime.blade.php index fc17a1d..65b45d5 100644 --- a/resources/views/list_anime.blade.php +++ b/resources/views/list_anime.blade.php @@ -45,24 +45,6 @@ </div> </div> - -<!-- - <div class="col-sm-4 col-lg-3"> - <a href="/anime/{{ $anime->mal_id}}" title="Click for more data"> - <img src="{{ $anime->image_url }}" class="img-fluid" style="margin-bottom: 10px;"> - </a> - </div> - <div class="col-sm-8 col-lg-9"> - <h2>{{ $anime->title_pref }}</h2> - {!! replaceSpecialChars(e($anime->synopsis)) !!} - <br> - <br> - <a href="/anime/{{ $anime->mal_id}}" title="Click for more data"> - Click for more data - </a> - </div> ---> - <!--{!! str_replace("%%br%%", "<br>", e($anime->synopsis)) !!}--> @endforeach </div> |
