@extends('adminlte::layouts.app') @section('htmlheader_title') Payment @endsection @section('page_title') Payment @endsection @section('contentheader_title') Payment @endsection @section('contentheader_description') @endsection @section('main-content')

Payment Configuration

@csrf
@error('name') {{ $message }} @else Payment Name is required. @enderror Payment Name
@endsection @section('page-scripts') @css(select2) @js(select2,autofocus) @endsection