Choose seat
@if(Session::has('error'))
@foreach($seats as $seat)
@endforeach
{{ Session::get('error')}}
@endif
@if(Session::has('success'))
{{ Session::get('success')}}
@endif