{{ __('team.Team') }}
@forelse ($data as $team)
@empty
{{ $data->links() }}
{{ Form::open(['method' => 'DELETE', 'style' => 'margin-top: -12%;', 'action' => ['Admin\TeamsController@destroy', $team->id]]) }}
{{ Form::hidden('id', $team->id) }}
{{ Form::close() }}