@extends("front/layout.master") @php $user = Auth::user(); $sellerac = App\Store::where('user_id','=', $user->id)->first(); @endphp @section('title', __('staticwords.MyBankAccounts') . ' | ') @section("body")
{{ auth()->user()->banks->count() }} {{ __('saved accounts') }}
{{ __('Save bank account details for refunds and payouts.') }}
{{ __('Do you really want to delete this bank account') }} {{ $bank->bankname }}? {{ __('This process cannot be undone') }}.