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

Our Management Team

@forelse ($managementTeam as $team)

{{ $team->name }}

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

@empty

Details are not avaliable...

@endforelse
@endsection