@extends('header') @section('onReady') $('input#name').focus(); @stop @section('head') @if (config('ninja.google_maps_api_key')) @include('partials.google_geocode') @endif @stop @section('content') @if ($errors->first('vendor_contacts'))