@extends('templates._with_sidebar') @section('html.head.title', "Meet the team" . ' -') @section('beforeMain') @include('sections.banner', ['background' => '', 'space_class'=>'xlg-pt4 pt3 pb3']) @include('atoms.heading_group', [ 'title' => "Meet the team", 'copy' => 'This page contains an overview of styles and examples for use when writing content for this website.' ]) @include('sections.banner_CLOSE') @endsection @section('main')

Staff Members

@include('sections.team_grid', ["items" => $staff_team, "grid" => "col col-6 sm-col-6 md-col-4"])

Board Members

@include('sections.team_grid', ["items" => $board_team, "grid" => "col col-6 sm-col-6 md-col-4"]) @endsection @section('sidebar') @endsection @section('afterMain') @endsection