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

{{$service->name}}

{!! $service->description !!}

@if(count($doctors))
{{__('main.expert_doctors')}}

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

@foreach($doctors as $doctor)

{{$doctor->name}}

{{$doctor->specialist}}

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