@extends('front.layouts.master') @section('content') OUR DOCTORS Home Our Doctors @if(isset($doctors) && count($doctors) > 0) @foreach($doctors as $doctor) {{ $doctor->name }} {{ $doctor->designations }} @endforeach @endif @endsection
{{ $doctor->designations }}