@extends('backend.master') @section('content')
Create Payment Method
@csrf @if ($errors->any())
    @foreach ($errors->all() as $e)
  • {{ $e }}
  • @endforeach
@endif {{-- Section: Basics --}}
Basics
{{-- Section: Limits & Status --}}
Limits & Status
{{-- Section: Branding --}}
Branding
preview
Recommended: square 256Ă—256 PNG/JPG
{{-- Section: Meta --}}
Meta (JSON)
Cancel
@endsection