@extends('layouts.instructor') @push('title', get_phrase('Payout setting')) @push('meta')@endpush @push('css')@endpush @section('content') @php $user_data = App\Models\User::where('id', auth()->user()->id)->first(); $payment_keys = json_decode($user_data->paymentkeys, true); @endphp
{{ get_phrase('Be careful !!') }} {{ get_phrase('Just configure the payment gateway you want to use, leave the rest blank.') }} {{ get_phrase('Also, make sure that you have configured your payment settings correctly') }}