@extends("layouts.dashboard.app") @section("page-nav-title")

Payment Methods

add new payment method

@endsection @section("content")

Add New Payment Method

@csrf
@error("title")
{{$message}}
@enderror
@endsection @section("scripts") @endsection