@extends('admin.master_layout') @section('title') {{ __('translate.Edit Method') }} @endsection @section('body-header')

{{ __('translate.Edit Method') }}

{{ __('translate.Manage Withdraw') }} >> {{ __('translate.Edit Method') }}

@endsection @section('body-content')
@csrf @method('PUT')

{{ __('translate.Edit Method') }}

{{ __('translate.Method List') }}
@endsection @push('style_section') @endpush @push('js_section') @endpush