{{-- manual --}} @extends('user.layouts.app') @section('css') @endsection @section('content')
@if (session('status'))
{{ session('status') }}
@endif @if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@if ($method->rotating_title)
{{ $method->rotating_title }}
@endif {!! $method->note !!}
@csrf
{{ Auth()->user()->currency->name ?? '$' }} max)) max="{{ $method->max }}" @endif placeholder="0.00">
أدخل المبلغ المطلوب ضمن الحدود المسموحة.
@endsection