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

Chairman

@foreach ($chairman as $team)
{{ $team->name }}

{{ $team->name }}

{{ $team->designation->name }}

@endforeach

Board of Directors

@foreach ($boardOfDirectors as $team)
{{ $team->name }}

{{ $team->name }}

{{ $team->designation->name }}

@endforeach
@endsection