{{-- Grab and display all staff from database --}} @php $staffs = \App\Models\Staff::active()->get(); @endphp

Meet the Team

@foreach ($staffs as $staff)
Team Member

{{ $staff->name }}

{{ $staff->title }}

{{ $staff->bio }}

@endforeach