@csrf
Select Socail Profile
Select One..
{{ create_option("all_types","id","name",old('phone_type'),'WHERE type="social"','ORDER BY name ASC') }}
Profile URL
Save
@if($edit_id)
@csrf
Select Socail Profile
{{ create_option("all_types","id","name",$editable_data->profile_type_id,'WHERE type="social"','ORDER BY name ASC') }}
Profile URL
Update
Close
@else
@csrf
Select Socail Profile
Select One..
{{ create_option("all_types","id","name",old('phone_type'),'WHERE type="social"','ORDER BY name ASC') }}
Profile URL
Save
@endif @if(count($admin_profiles) > 0)
All Socaial Profiles
Profile Type
Profile Link
Action
@foreach($admin_profiles as $user_profile)
{{ 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
@endforeach
@endif