@extends('frontend.layouts.partials.app') @section('title', 'Service') @section('meta', 'Welcome to Goodwill Finance Pvt. Ltd.') @section('content')

what we do

Our Expertize & Services

{{--

Override the digital divide with additional clickthroughs from DevOps.

--}}
@forelse ($services as $service)
Services

{{ $service->name }}

{!! $service->description !!}
@empty

No details available

@endforelse
@endsection