@include('business.layouts.sidebar')
@endforeach
@if(\Illuminate\Support\Facades\File::exists(public_path($loggedIn->logoImageUrl)))
@else
@endif
@foreach($posts as $post)
@endforeach
Photos
@foreach($photos as $photo)
@foreach($photo->userPostMedia as $img)
@php
$extention=pathinfo($img->postFileUrl, PATHINFO_EXTENSION);
@endphp
@if($extention=="jpg" || $extention=="png")
@endif
@endforeach
@endforeach
Video
@foreach($postVideo as $vid)
@php
$extention=pathinfo($vid->postFileUrl, PATHINFO_EXTENSION);
$url=env('APPLICATION_URL').$vid->postFileUrl ?? '';
@endphp
@if($extention=="MP4" || $extention=="MOV")
@endif
Friends
-
@foreach($getFriendsList as $friend)
- @endforeach
-
@foreach($groups as $list)
@if(\Illuminate\Support\Facades\File::exists(public_path($list->groupImageUrl)))
@else
@endif
{{$list->groupName}}
{{$list->groupPrivacy}} . {{$list->groupMembers()->count()}}
-
@foreach($groupInvites as $groupInvite)
@endforeach
Other Details
{{$loggedIn->vatNumber}}
{{$loggedIn->businessType}}
{{$comment->user->userName ?? ""}} {{ $comment->comment}}