@extends('admin.layouts.master') @php $can_update = Gate::allows('update', $shop->config) ?? null; $translation_language = app()->getLocale(); @endphp @section('content')
* {{ trans('app.form.required_fields') }}
{{ trans('app.form.account_holder_name') . ': ' }} {{ $shop_config->ac_holder_name }}
{{ trans('app.form.account_number') . ': ' }} {{ $shop_config->ac_number }}
@if ($shop_config->ac_type){{ trans('app.form.account_type') . ': ' }} {{ $shop_config->ac_type }}
@endif @if ($shop_config->ac_routing_number){{ trans('app.form.account_routing_number') . ': ' }} {{ $shop_config->ac_routing_number }}
@endif{{ trans('app.form.ac_swift_bic_code') . ': ' }} {{ $shop_config->ac_swift_bic_code }}
@if ($shop_config->ac_iban){{ trans('app.form.ac_iban') . ': ' }} {{ $shop_config->ac_iban }}
@endif{{ trans('app.form.ac_bank_address') . ': ' }} {{ $shop_config->ac_bank_address }}