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

Goodwill Whistle Blower

Let's Connect

Head Office
Goodwill Complex, Hattisar Sadak, Kathmandu 44600
@component('frontend.layouts.whistleblowerform') @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