@ -14,12 +14,12 @@
< div class = "row" >
< div class = "row" >
< div class = "col-md-6" >
< div class = "col-md-6" >
< div class = "service-primary-img" >
< div class = "service-primary-img" >
< img src = "{{url('frontend/images/test-img.png ')}}" class = "w-100" alt = "" >
< img src = "{{url($service_sections->first()->image ?? ' ')}}" class = "w-100" alt = "" >
< / div >
< / div >
< / div >
< / div >
< div class = "col-md-6" >
< div class = "col-md-6" >
< div class = "service-primary-desc" >
< div class = "service-primary-desc" >
< h5 > < img src = "{{url($service_sections->first()->image ?? ' ')}}" alt = "" > Skill Assessment< / h5 >
< h5 > < img src = "{{url('frontend/icons/double-slash.svg ')}}" alt = "" > Skill Assessment< / h5 >
< h3 > {{$service_sections->first()->title}}< / h3 >
< h3 > {{$service_sections->first()->title}}< / h3 >
< p > {{$service_sections->first()->description}}< / p >
< p > {{$service_sections->first()->description}}< / p >
< ul >
< ul >
@ -45,7 +45,7 @@
< h5 > < hr > {{$service->name}}< / h5 >
< h5 > < hr > {{$service->name}}< / h5 >
< h3 > {{$second_service->title}}< / h3 >
< h3 > {{$second_service->title}}< / h3 >
< p > {{$second_service->description}}< / p >
< p > {{$second_service->description}}< / p >
< a href = "/" > Book An Appointment< / a >
< a href = "/contact " > Book An Appointment< / a >
< / div >
< / div >
< / div >
< / div >
< / div >
< / div >
@ -61,7 +61,7 @@
< h3 > {{$third_service->title}}< / h3 >
< h3 > {{$third_service->title}}< / h3 >
< p > {{$third_service->description}}< / p >
< p > {{$third_service->description}}< / p >
< ul >
< ul >
@foreach($third_service->service_section_point() as $section_point)
@foreach($third_service->service_section_point as $section_point)
< li > {{$section_point->point}}< / li >
< li > {{$section_point->point}}< / li >
@endforeach
@endforeach
< / ul >
< / ul >