@extends('layouts.master') @section('title') Profession @endsection @section('content')

No of Professionals by City

@foreach($cityArrayCount as $key => $value)

{{$key}}

{{$value}}
More info
@endforeach
@endsection @section('scripts') @endsection