@extends('admin.layouts.app') @section('content')

{{ translate('Manual Payment Information') }}

@csrf
{{ translate('Browse') }}
{{ translate('Choose File') }}
@if ($manual_payment_method->bank_info != null) @foreach (json_decode($manual_payment_method->bank_info) as $key => $bank_info)
@if ($key == 0) @else
@endif
@endforeach @else
@endif
@endsection @section('script') @endsection