@extends('admin.layouts.admin') @section('title', isset($provider) ? 'POS Saglayici Duzenle' : 'Yeni POS Saglayici') @section('page-title', isset($provider) ? 'POS Saglayici Duzenle' : 'Yeni POS Saglayici') @section('content')
@csrf @if(isset($provider)) @method('PUT') @endif
{{-- Provider --}}

Saglayicinin teknik kodu (kucuk harf, bosluksuz)

{{-- Name --}}
{{-- Merchant ID --}}
{{-- API Key --}}
{{-- API Secret --}}
{{-- 3D Secure Key --}}
{{-- Base URL --}}
{{-- Mode --}}
{{-- Toggles --}}
{{-- Actions --}}
Iptal
@endsection