@extends('admin/layout') @section('content')
Add New       View All    Create Hierarchy

Filter


@if(isset($usersSearch) and !empty($usersSearch)) @foreach($usersSearch as $key => $value) @if(base64_encode($value['id'])==html_entity_decode(Input::get('uid'))) @endif @endforeach @endif




Manage Teams

    @foreach($teams as $team) Call to a member function teamTypes() on null