@extends('frontend.layouts.master') @section('title') Teams @endsection @section('main-content') Teams Home Teams @if($teams) @foreach($teams as $team) @php $photo=explode(',',$team->photo); @endphp {{$team->name}} {{$team->position}} {!!$team->bio!!} @endforeach @endif @endsection
{{$team->position}}
{!!$team->bio!!}