@extends('admin.layouts.master') @section('title', __($page_title)) @section('content')
@csrf @method('PATCH')
your image
@lang('Currency')
{{ $withdraw->currency }}
{{ $withdraw->currency }}
{{ $withdraw->currency }}
%
@lang('Days')
@if($withdraw->field_options) @foreach (json_decode($withdraw->field_options, true) as $key => $value)
@endforeach @endif
@endsection @section('script') @endsection