import alliance moons

This commit is contained in:
2021-05-31 20:59:10 +09:00
parent 734b16d8a6
commit 79936f7030

View File

@@ -2,6 +2,6 @@
@section('content') @section('content')
<br> <br>
@foreach($bodies as $body) @foreach($bodies as $body)
{{ var_dump($body) }}<br> {{ $body }}<br>
@endforeach @endforeach
@endsection @endsection