@extends('layouts.app') @section('title', __('lang_v1.payment_accounts')) @section('content')

@lang('lang_v1.payment_accounts') @lang('account.manage_your_account')

@if (!empty($not_linked_payments))
    @if (!empty($not_linked_payments))
  • {!! __('account.payments_not_linked_with_account', ['payments' => $not_linked_payments]) !!} @lang('account.view_details')
  • @endif
@endif @can('account.access')
@component('components.widget')
@endcomponent
@endcan
@endsection @section('javascript') @endsection