@extends('layouts.app') @section('title', 'Out Team') @section('content')

Our Team

@if($teams) @foreach($teams as $team)
@if($team->feature_image) @endif
{{ $team->name }}
{{ $team->department }}

{{ $team->email }}

@endforeach @endif
@endsection