@extends('layoutsfrontend.master') @section('content') @php $imagePath=getbannerimage(); @endphp
@include('frontend.partials.doctor_list', ['doctors' => $doctors, 'categoryId' => $categoryId])
@endsection @section('script') @endsection