@extends('layouts.app') @if ($mode == 'create') @section('title', __('New Team')) @else @section('title', __('Team').' - '.$team->first_name) @section('body_attrs')@parent data-team_id="{{ $team->id }}"@endsection @endif @section('content')
{{ __('Image will be re-sized to :dimensions. JPG, GIF, PNG accepted.', ['dimensions' => '50x50']) }}