@extends('front.layout') @section('meta-keywords', "$seo->team_meta_key") @section('meta-description', "$seo->team_meta_desc") @section('content')

{{ $team->name }}

{{ $team->name }}

{{ $team->dagenation }}
{!! $team->description !!}
    @if($team->url1 && $team->icon1)
  • @endif @if($team->url2 && $team->icon2)
  • @endif @if($team->url3 && $team->icon3)
  • @endif @if($team->url4 && $team->icon4)
  • @endif @if($team->url5 && $team->icon5)
  • @endif
@endsection