@php $branch = trim($branch, '"'); if(isset($branch) && $branch!="all"){ $Teams=CCMS::getTeamsByBranch($branch); } else { $Teams=CCMS::getTeams($branch); } @endphp
@if (isset($Teams) && count($Teams) > 0) @foreach ($Teams as $Team)
{!! $Team->title!!}

{!! $Team->title!!}

{!! $Team->designation!!}

@endforeach @else Country not added or published. @endif
@push("js") @endpush