@extends('layouts.admin') @section('title', 'Create Payment Method') @section('content')
{{-- Header --}}

Create Payment Method

নতুন payment method যোগ করুন।

Back
{{-- Toast --}} @if(session('success') || session('error')) @endif
@if ($errors->any())
Please fix the following errors:
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf

jpg, jpeg, png, webp — max 2MB

Cancel
@endsection @push('scripts') @endpush