@extends('frontend.layouts.master') @section('title') Team @endsection @section('main-content') @include('frontend.layouts.notification')

Team

Meet Our Team

Talented Team behind EEPAR

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

{{$team->name}}

{{$team->position}}
@endforeach @endif
@endsection