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

"Let's Connect: Your Questions, Our Answers – Reach Out to Us Today!"

@component('frontend.layouts.contactform', ['branches' => $branches, 'products' => $products]) @endcomponent
@if ($teamMembers->isNotEmpty())

Team

Some of the people you'll be working with

@foreach ($teamMembers as $team)
{{ $team->designation->name }}
{{ $team->name }}
{{--
Executive Manager
--}}
location

{{ $team->address }}

phone

{{ $team->contact }}

email

{{ $team->email }}

@endforeach
@endif
@endsection @push('scripts') @endpush