@extends('app') @section('head_url', Request::url()) @section('content')

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

Showing {{count($countvenues)}} Results in {{$states[0]->name}}
@foreach($allvenues as $venues) @include('pages.partials.venue') @endforeach
@endsection