@if($member->image)
@else
@endif
{{-- Overlay gradient --}}
{{-- Content --}}
{{-- Name --}}
{{ $member->name }}
{{-- Location --}} @if($member->location)Location: {{ $member->location }}
@endif {{-- Designation --}} {{-- (User didn't explicitly ask for Desig in the updated request, but kept it for completeness or can hide) --}} {{--{{ $member->designation }}
--}} {{-- Description --}} @if($member->about)
{{ $member->about }}
@endif
{{-- Button --}}