@extends('web.layouts.container') @section('content')

{{$pageTitle1}} {{$pageTitle2}}

@if(count($doctors)) @foreach($doctors as $doctor)

{{$doctor->name}}

{{$doctor->specialist}}

@if($doctor->okadoc_url) {{__('main.make_appointment')}} @endif
@endforeach @endif

{{__('main.call_to_action')}}

{{$settings['site_phone']}}

@endsection @section('inner_js') @endsection