@extends('common.layout') @section('content')
{{ csrf_field() }}
{{--
{{-- 부스 검색 기능은 개선이 더 필요해서 우선 검색창과 검색 버튼은 주석 처리 --}}

부스

List

Add
{{-- 부스목록복사팝업 --}} @include('booth.modal') @endsection @section('script') @endsection