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