@extends('layout.app') @section('content')

Following

@if($followings->isEmpty()) @else @foreach($followings as $following)

{{$following->name ?? ''}}

{{$following->title ?? ''}}

@endforeach @endif
@endsection