@extends('frontend.layouts.member_panel') @section('panel_content')
{{ translate('Picture Privacy') }}
@csrf
@php $profile_pic_permission = \App\Models\Member::where('user_id',Auth::user()->id)->first()->profile_picture_privacy; @endphp
@php $gallery_pic_permission = \App\Models\Member::where('user_id',Auth::user()->id)->first()->gallery_image_privacy; @endphp
@endsection