@extends('layouts.master') @section('content')

Lantern

@foreach ($lanterns as $lantern)

{{ \App\Models\Player::find($lantern->player_id)->name }} {{ $lantern->preferences }} {{ $lantern->place }} {{ $lantern->reason }}

@endforeach @if ($errors->any())
@endif
@csrf

Pick your preferred

Not more than 15 characters Not more than 250 characters
@endsection