@extends('web.layouts.container') @section('css') @endsection @section('content')
@if($lang == 'en') {{__('banners.category_1') . ' ' . __('banners.offers_title')}} @endif @if($lang == 'ar') {{__('banners.offers_title') . ' ' .__('banners.category_1')}} @endif

{{$banner->title}}

{{stripText($banner->description)}}

@if(count($doctors)) @foreach($doctors as $doctor)
{{$doctor->discount_percentage}}% {{__('banners.discount')}}

{{$doctor->name}}

{{$doctor->specialist}}

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