add movie year

This commit is contained in:
Constantin Plaiasu 2024-08-29 19:55:05 +03:00
parent 1a476123a7
commit 4951b52fc9
3 changed files with 8 additions and 6 deletions

View file

@ -82,7 +82,7 @@
],
'list' => [
'title' => 'Watch TV Series Online',
'page_title' => 'TV Series',
'page_title' => 'Browse TV Series',
'description' => 'Checkout the most popular series on ' . config('app.name') . ' to watch instantly online.',
'keywords' => 'free tv series,free movies online,tv online,tv links,tv links movies,free tv shows,watch tv shows online,watch tv shows online free.',
],
@ -105,7 +105,7 @@
'keywords' => 'free tv series,free movies online,tv online,tv links,tv links movies,free tv shows,watch tv shows online,watch tv shows online free.',
],
'genres' => [
'title' => '%s Movies',
'title' => 'Watch %s Movies Online',
'page_title' => 'Browse %s Movies',
'description' => 'Movies List Page Description for genre %s',
],

File diff suppressed because one or more lines are too long

View file

@ -49,10 +49,12 @@
<div class="movie-content-inner d-sm-flex justify-content-between align-items-center flex-wrap">
<div class="movie-content-left">
<h2 class="title">Watch {{ str($movie['title'])->apa() }}</h2>
<span class="sub-title">Type: <span class="cat"><a href="{{route('movies',['page' => null])}}">Movie</a></span>
<span class="ps-2">
Category: <a href="{{route('movies.genre',['page' => null, 'genre' => $movie['genres'][0]['slug']])}}">{{ $movie['genres'][0]['name'] }}</a>
</span>
<span class="ps-2">Year: {{ $movie['year'] ?? 'NA' }}</span>
</span>
</div>
<div class="movie-content-right mt-sm-0 mt-3">
<div class="movie-widget-area align-items-center">