@props(['isFollowing'])
@if ($isFollowing) {{-- Following button --}} {{ __('Following') }} @else {{-- Follow button --}} {{ __('Follow') }} @endif