@extends('layouts_frontend.master') @section('title','Service Detail') @section('content')

Service Detail

{{$service->title}}

{!! $service->description !!}

image}}");' data-aos="zoom-in" data-aos-delay="150"> 

Our Solutions

@foreach ($solutions as $solution)

{{$solution->title}}

{!! $solution->description !!}

@endforeach
@endsection @section('extra-script') @endsection