@extends('backend.master') @section('title', 'Edit Mobile Banking Method') @section('content')

Edit Mobile Method: {{ $mobileMethod->name }}

@if ($errors->any())
@endif
@csrf @method('PUT')
@if($mobileMethod->logo)
@endif নতুন ছবি আপলোড করলে পুরনোটি রিপ্লেস হবে।
status) ? 'checked' : '' }}>
Back
@endsection