Upgrade to Laravel 13
This commit is contained in:
parent
e8e2bff5e4
commit
9f012b01e4
117 changed files with 1878 additions and 2215 deletions
|
|
@ -3,7 +3,7 @@
|
|||
@section('title')Merge Places « Admin CP « @stop
|
||||
|
||||
@section('content')
|
||||
<p>We shall be merging {{ $first->name }}. It’s location is <code>Point({{ $first->location }})</code>.</p>
|
||||
<p>We shall be merging {{ $first->name }}. It’s location is <code>{{ $first->latitude }}, {{ $first->longitude }}</code>.</p>
|
||||
<ul>
|
||||
@foreach($places as $place)
|
||||
<li>
|
||||
|
|
|
|||
Loading…
Reference in a new issue