# | Nombre | Apellido | Telefono | Cargo | Imagen | Action | ||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{{ $team->id }} | {{ $team->nombre }} | {{ $team->apellido }} | {{ $team->telefono }} | {{ $team->cargo }} | {{ $team->email }} |
|
{{ $team->facebook }} | {{ $team->twitter }} | {{ $team->linkedin }} | {{ $team->instagram }} | {{ $team->whatsapp }} | {!! Form::open(['route' => ['admin.teams.destroy', $team->id], 'method' => 'delete']) !!} {!! Form::close() !!} |