@csrf
@if($edit_id)
@csrf
@else
@csrf
@endif @if(count($admin_profiles) > 0)
All Socaial Profiles
@foreach($admin_profiles as $user_profile) @endforeach
Profile Type Profile Link Action
{{ ucfirst(@$user_profile->profile_type_data->name) }} {{ $user_profile->profile_url }}
id) }}" method="post" data-loadableurl="{{route('admins.social',$userId) }}" data-loadable='true' data-selector="#modal_page_body"> @csrf
@endif