@extends('layouts.app') @section('content')
@csrf
@if ($errors->has('lobby_name')) {{ $errors->first('lobby_name') }} @endif
@endsection