@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 }} {{-- {{ $doctor->services }} --}} @endforeach @endif @endsection
{{ $doctor->designations }}
{{ $doctor->services }}