@extends('home::layouts.UserLayout') @section('title') {{env('WEBSITE_TITLE')}} - Teams @endsection @section('links') @endsection @section('content')
@if($data['code']===200)
@if($data['data']['teamLogo'] === 'www.socioboard.com' || $data['data']['teamLogo'] === "www.NA.com" ) SB @else SB @endif
  

{{$data['data']['teamName']}}

@else
SB

@endif
@endsection @section('scripts') @endsection