@extends('layouts.app') @section('content')
@if($exhibitorType==2)

Booth Right

{{-- Next --}}
@if($errors->any())
{{$errors->first()}}
@endif
@include('flash::message')
@endif @if($exhibitorType==3)

Booth Right

@if($errors->any())
{{$errors->first()}}
@endif
@include('flash::message')
@endif
@include('exhibition.main_footer')
@endsection @section('scripts') @endsection