@if (Auth::user()->bank == NULL)
@else
{{-- form setting SPP --}}
@foreach (Auth::user()->banks as $bank)
@endforeach
@endif