@extends('adminlte::page') @section('title', 'Venue') @section('content_header') @stop @section('content')

Venue

Add/Edit Venue

@csrf

@if(!empty($venue_arr)) @foreach($venue_arr['venue_categories'] as $section)

{{--
@if($section['thumbnail']) Thumbnail @endif      

--}}
Existing      

@endforeach @endif
@stop @section('js') @include('admin.venue.scripts.index') @stop