@extends('frontend.layouts.master') @section('meta_title', __('All Counselors') . ' || ' . $setting->app_name) @section('contents')
@foreach($models as $model)

{{ $model->title }}

{{ $model->phone }} {{ $model->email }}
@endforeach
@endsection @push('styles') @endpush