@extends("website.layouts.layout") @section('title',"Services") @section("body")

{{ $group_name }}

{!! $group_tagline !!}

{{ $category_name }}

{!! $category_description !!} Book Now

Steps to accomplish your project

Lorem Ipsum is simply dummy text of the printing and typesetting industry.

@foreach ($accomplishStep as $step)

{{ $step->step }}

{!! $step->heading !!}

{!! $step->tagline !!}

@endforeach

Other Services

@endsection