@extends('layouts.website') @section('title','About Us') @section('page_title','') @section('page_level_css') @endsection @section('content')

Leadership

@foreach($leaders as $leader)
{{$leader->name}} {{$leader->name}}, {{$leader->role}}

{{$leader->description}}

@endforeach

LabPair Team

@foreach($teams as $team)
{{$team->name}} {{$team->name}},
{{$team->role}}

{{$team->description}}

@endforeach
@endsection @push('page_level_script') @endpush @push('footerscript') @endpush