@extends('admin.layout') @section('custom-style') @endsection @section('content') Update earnings withdrawable balance threshold Earnings withdrawable balance threshold Update Update Threshold @if ($errors->any()) @foreach ($errors->all() as $error) {{ $error }} @endforeach @endif @if(\Session::has('error')) {!! \Session::get('error') !!} @endif @if(\Session::has('success')) {!! \Session::get('success') !!} @endif {{csrf_field()}} Withdrawable threshold in USD(e.g 1.02)* @endsection