initial commit
This commit is contained in:
commit
0c42bef077
109 changed files with 16545 additions and 0 deletions
5
resources/views/components/movie.blade.php
Normal file
5
resources/views/components/movie.blade.php
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
@props(['movie'])
|
||||
<div class="flex flex-col bg-gray-500 w-full h-full">
|
||||
<img class="object-fill col-span-2" src="{{$movie->poster}}" alt="{{$movie->title}}">
|
||||
<!-- <span class="text-center p-2">{{$movie->title}}</span> -->
|
||||
</div>
|
||||
Loading…
Add table
Add a link
Reference in a new issue