@if(!empty($user) and !empty($user->selectedBank) and !empty($user->selectedBank->bank))
@foreach($user->selectedBank->bank->specifications as $specification)
@php
$selectedBankSpecification = $user->selectedBank->specifications->where('user_selected_bank_id', $user->selectedBank->id)->where('user_bank_specification_id', $specification->id)->first();
@endphp