@extends('frontend.layouts.partials.app') @section('title', 'About Us') @section('meta', 'Welcome to Goodwill Finance Pvt. Ltd.') @section('content') Management Team Our Management Team @forelse ($managementTeam as $team) {{ $team->name }} {{ $team->designation->name }} @empty Details are not avaliable... @endforelse @endsection
{{ $team->name }}
{{ $team->designation->name }}