@include('hk.header')

{{ $page_title }}

 

@foreach($cities as $row) @endforeach
ID Image City State Action Action
{{ $row->id }} {{ $row->city }} {{ $row->state }}
@include('hk.footer')