@if(Request::segment(1) === 'wishes')
@endif
@if(Auth::check() && Request::segment(1) != 'postview')
@endif
@if($userdata->profile_picture)
@php
$profileimg = url('/')."/uploads/members/".$userdata->profile_picture;
if($userdata->sm!='') {
$profileimg = $userdata->profile_picture;
}
@endphp
@else
@endif
@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}}
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')
@endif
-
Feeling Loved
Feeling Angry
Feeling Shocked
Feeling Satisfied
Feeling Emotional
Feeling Nothing
Feeling Disappointed
Feeling Excited
Feeling Happy
Feeling Celebrating
-
 tag
@foreach($save_tags as $tag) {{ $tag->tag_name }} @endforeach
The Fanz Club
@endif
@endif
@if(count($adminpost))
@foreach($adminpost as $key=>$item)
@if($item->post_images)
@else
@endif
@endforeach
@else
@endif
@if(count($adminpost))
No Stories!
@foreach($adminpost as $key=>$item)
@endforeach
{{ $item->post_name }}
@include('frontend.fanajax')
@if(count($fanzpost)>4)