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

Booth Back

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