@foreach($user['branches'] as $branch)
  • @if(isset($branch['branch'])) {{$branch['branch']['name']}} @endif
  • @endforeach