@extends('front.layout') @section('content')

{{convertUtf8($bs->team_title)}}

{{convertUtf8($bs->team_section_title)}}

{{convertUtf8($bs->team_section_subtitle)}}

@foreach ($members as $item)
team

{{convertUtf8($item->name)}}

{{convertUtf8($item->rank)}}
@endforeach
@endsection