@extends('layouts.admin') @section('header','team: '.$team->name) @section('breadcrumbs')
  • Home
  • teams
  • @stop @section('content')

    {{ $team->user->name }}

    {{ $team->intrinsic }}

    @stop