@extends('web.layouts.container') @section('header')

{{$title ?? __('teams.inner_page')}}

@endsection @section('content')
@if($teams->count()) @foreach($teams as $team)
{{$team->name['name_'.getCurrentLocale()]}}

{{$team->job['job_'.getCurrentLocale()]}}

@endforeach @endif
@endsection @section('inner_js') @endsection