@extends("admin.template.layout") @section('content')
{{$mode." " ?? $page_heading.' '}}
@csrf()
@php $map_address = 'map_address'; $latitude = $venue->latitude; $longitude = $venue->longitude; $map_address = $venue->map_address; @endphp
@stop @section('script') @stop @section('header') @stop