@extends('form.app') @section('styles') @endsection @section('content') {{-- navbar --}} @include('payment::method.form.navbar')
@csrf
@include('payment::method.form.translates')
{{--
--}} @if (!empty($config['seo']))
@include('mwz::seo.form')
@endif
@include('payment::method.form.status')
@endsection @section('scripts') {{ module_vite('build-payment', 'resources/assets/js/method.js') }} @endsection