@extends('cfp.layouts.master') @section('content')

{{ __("cfp.CreatePaymentMethod") }}

@include('cfp.components.error_alert')
@csrf @include("cfp.components.form-group", [ "label" => "Nome", "name" => "name", "value" => old("name"), "placeholder" => "Payment Method Name ..." ])
@include('cfp.components.form-group', ["control" => "button", "value" => "Register Method"])
@endsection