@extends('layouts.frontend.master') @section('title') {{ !empty($menu['menu']) ? $menu['transtitle'] : '' }} @endsection @section('keyword') {{ !empty($menu['keyword']) ? $menu['transkeyword'] : '' }} @endsection @section('description') {{ !empty($menu['description']) ? $menu['transdescription'] : '' }} @endsection @section('head') @endsection @section('content') Team Home Teams @if(count($teams1) > 0) Steering Committee @forelse ($teams1 as $key=>$item) {{$item->name}} {{$item->translations[0]->position ?? ''}} @empty @endforelse @endif @if(count($teams2) > 0) Advisory Committee @forelse ($teams2 as $item) {{$item->name}} {{$item->translations[0]->position ?? ''}} @empty @endforelse @endif @if(count($teams3) > 0) Executive Committee @forelse ($teams3 as $item) {{$item->name}} {{$item->translations[0]->position ?? ''}} @empty @endforelse @endif @if(count($teams4) > 0) Scientific Committee @forelse ($teams4 as $item) {{$item->name}} {{$item->translations[0]->position ?? ''}} @empty @endforelse @endif @if(count($teams5) > 0) Task Force Committee @forelse ($teams5 as $item) {{$item->name}} {{$item->translations[0]->position ?? ''}} @empty @endforelse @endif @endsection @section('scripts') @endsection