@if(Request::segment(1) === 'wishes')
@if($userdata->profile_picture) @php $profileimg = url('/')."/uploads/members/".$userdata->profile_picture; if($userdata->sm!='') { $profileimg = $userdata->profile_picture; } @endphp @else @endif

thefanzclub.com wishes you

Happy Birthday

@php $totalCakeCount=DB::table('send_cake')->where("sid",$userdata->id)->whereYear("created_at",date('Y'))->count(); $isCakeSent = 0; if(Auth::check()) { $isCakeSent=DB::table('send_cake')->where("sid",$userdata->id)->where("uid",Auth::user()->id)->whereYear("created_at",date('Y'))->count(); } @endphp
{{$totalCakeCount}}
@endif @if(Auth::check() && Request::segment(1) != 'postview')
Create post
@if(isset( Auth::user()->profile_picture)) @php $profileimg = url('/')."/uploads/members/".Auth::user()->profile_picture; if(Auth::user()->sm!='') { $profileimg = Auth::user()->profile_picture; } @endphp @else @endif
@endif @if(Request::segment(1) != 'postview' && Request::segment(1) != 'wishes')
The Fanz Club
@if(count($adminpost)) @foreach($adminpost as $key=>$item)
@if($item->post_images)
@else
@endif
@endforeach @else

No Stories!

@endif
@if(count($adminpost))
@foreach($adminpost as $key=>$item)
1

{{ $item->post_name }}

@endforeach
@endif
@endif
@include('frontend.fanajax')
@if(count($fanzpost)>4)
@endif