@extends('layouts.app') @section('content')
@if($exhibitorType==1)
{{-- Prev --}}

Booth Front

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

Booth Front

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

Booth Front

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