@extends('layouts.admin.layout') @section('title') {{ $website_lang->where('lang_key','payment_account')->first()->custom_lang }} @endsection @section('admin-content')
{{ $website_lang->where('lang_key','paypal')->first()->custom_lang }}
@csrf @method('patch')
{{ $website_lang->where('lang_key','stripe')->first()->custom_lang }}
@csrf
{{ $website_lang->where('lang_key','razorpay')->first()->custom_lang }}
@csrf

{{ $website_lang->where('lang_key','flutterwave')->first()->custom_lang }}
@csrf
{{ $website_lang->where('lang_key','paystack')->first()->custom_lang }}
@csrf
{{ $website_lang->where('lang_key','mollie')->first()->custom_lang }}
@csrf
{{ $website_lang->where('lang_key','instamojo')->first()->custom_lang }}
@csrf
{{ $website_lang->where('lang_key','paymongo')->first()->custom_lang }}
@csrf
{{ $website_lang->where('lang_key','bank')->first()->custom_lang }}
@csrf
@endsection