@extends('frontend.layouts.master') @section('title') Teams @endsection @section('main-content')

Meet Our Team

Over their the abundantly every midst place thing them them winged you're beginning forth you. Fruit seas very does can after herb moved so was Kind

@if($teams) @foreach($teams as $team)
@php $photo=explode(',',$team->photo); @endphp {{ Storage::url($team->photo) }}

{{$team->email}}

{{$team->name}}

{{$team->position}}

@endforeach @endif
@endsection