@extends('app') @section('head_url', Request::url()) @section('meta_title',$states[0]->meta_title.' | '.getcong('site_name')) @section('meta_keywords',$states[0]->meta_keyword) @section('meta_description',$states[0]->meta_description) @section('content')

Venues in {{$states[0]->name}}

Venues In {{$states[0]->name}} ({{count($countallvenues)}})

@if($allvenues->count()) @include('pages.templates.venues') @else

There are no venues.

@endif