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

{{__("Payment_methods")}}

{{__("Create new Payment Methods")}}

@endsection @section("content")

{{__("Create New Payment Methods")}}

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

@error("payment_image")
{{$message}}
@enderror
@endsection @section("scripts") @endsection @include("admin.items.template")