megacommit
This commit is contained in:
parent
2451ab45cb
commit
34ed81516b
51 changed files with 1200 additions and 251 deletions
|
@ -7,8 +7,8 @@
|
|||
<ul>
|
||||
@foreach($cinemas as $cinema)
|
||||
<li>
|
||||
<a href="{{ route('cinema', ['id' => $cinema->id]) }}">
|
||||
{{ $cinema->name }}
|
||||
<a href="{{ route('cinema', ['id' => $cinema->cinema_id]) }}">
|
||||
{{ $cinema->cinema_name }}
|
||||
</a>
|
||||
</li>
|
||||
@endforeach
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue