@extends('layouts.app') @section('title') {{__('Create payment method')}} @endsection @section('breadcrumb')

{{__('Payment methods')}}

@endsection @section('content')

{{__('Create Patient')}}

@csrf @include('admin.accounting.payment_methods._form')
@endsection @section('scripts') @endsection