@extends('admin.layout.app') @section('content') Settings Settings @include('admin.layout.session') Settings Back @if(empty($setting)) @csrf @else @csrf @method('PUT') @endif Wallet Address @if ($errors->has('wallet_address')) {{ $errors->first('wallet_address') }} @endif Payment Currency @if ($errors->has('payment_currency')) {{ $errors->first('payment_currency') }} @endif Networks @if ($errors->has('networks')) {{ $errors->first('networks') }} @endif Token Address @if ($errors->has('token_address')) {{ $errors->first('token_address') }} @endif Token Symbol @if ($errors->has('token_symbol')) {{ $errors->first('token_symbol') }} @endif Token Decimals @if ($errors->has('token_decimals')) {{ $errors->first('token_decimals') }} @endif Token Image @if ($errors->has('token_image')) {{ $errors->first('token_image') }} @endif AWS S3 Access Key @if ($errors->has('aws_s3_access_key')) {{ $errors->first('aws_s3_access_key') }} @endif AWS S3 Secret Key @if ($errors->has('aws_s3_secret_key')) {{ $errors->first('aws_s3_secret_key') }} @endif AWS S3 Default Region @if ($errors->has('aws_s3_default_region')) {{ $errors->first('aws_s3_default_region') }} @endif AWS S3 Bucket Name @if ($errors->has('aws_s3_bucket_name')) {{ $errors->first('aws_s3_bucket_name') }} @endif Submit Back @endsection @push('js') @endpush