@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