@extends('super_admins.layouts.master') @section('title') Edit Withdraw Request @endsection @section('css') @endsection @section('content') @if ($errors->any()) @foreach ($errors->all() as $error) {{-- {{ $error }} --}} @endforeach @endif
{{--
--}}

Edit Withdraw Request

@csrf @method('PUT')
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
{{--
@if ($errors->has('code')) {{ $errors->first('code') }} @endif
--}}
@if ($errors->has('amount')) {{ $errors->first('amount') }} @endif
@if ($errors->has('account_holder')) {{ $errors->first('account_holder') }} @endif
@if ($errors->has('account_number')) {{ $errors->first('account_number') }} @endif
@if ($errors->has('bank')) {{ $errors->first('bank') }} @endif
@if ($errors->has('status')) {{ $errors->first('status') }} @endif

{{--
--}}
@include('super_admins.includes.image_cropper_modal') @endsection @section('scripts') @include('super_admins.includes.image_cropper_scripts') @endsection