@extends('adminlte::page') @section('title', 'Reef | Map') @section('css') @stop @section('content')
@if ($errors->any()) @foreach ($errors->all() as $error)
{{$error}}
@endforeach @endif

Space Map

@csrf
@if ($errors->has('venue_name')) {{ $errors->first('venue_name') }} @endif
@if ($errors->has('type')) {{ $errors->first('type') }} @endif
@if ($errors->has('address')) {{ $errors->first('address') }} @endif
@if ($errors->has('address2')) {{ $errors->first('address2') }} @endif
@if ($errors->has('city')) {{ $errors->first('city') }} @endif
@if ($errors->has('zip')) {{ $errors->first('zip') }} @endif
@if ($errors->has('region')) {{ $errors->first('region') }} @endif

@if ($errors->has('la')) Langitude required @endif @if ($errors->has('lo')) Longitude required @endif
Cancel
@stop @section('js') {{-- --}} @stop