@extends('layout.front.app') @section('title', __('front.project_management')) @section('content')
@yield('title')
@foreach ($teams as $team)
{{$team->translation->job_title}}

{{$team->translation->name}}
{{$team->email}}

@endforeach
@endsection @section('js') @endsection