@csrf
@if ($edit_id)
@csrf
@else
@csrf
@endif @if(count($admin_phone) > 0)
All Phone Numbers
@foreach($admin_phone as $key =>$user_phone) @endforeach
SL. Phone Type Phone Number Phone Account Action
{{ ++$key }} {{ @$user_phone->type_data->name }} {{ $user_phone->phone_number }} @if(count($user_phone->phone_account_data)>0) @foreach($user_phone->phone_account_data as $row) @endforeach @endif
id) }}" method="post" data-loadableurl="{{route('admins.phone',$userId) }}" data-loadable='true' data-selector="#modal_page_body"> @csrf
@endif