@extends('admin.layout.index') @section('title', 'Kupon Düzenle') @section('content') @csrf Kupon Adı Kupon Kodu Minimum Geçerlilik Tutarı ({{ CURRENCY }}) Kupon Türü type == "0" ? 'selected' : '') }}> Yüzde Bazlı type == "1" ? 'selected' : '') }}> Birim Bazlı ({{ CURRENCY }}) Kupon İndirim Oranı ({{ ($data->type == 0 ? '%' : CURRENCY ) }}) Sıfırla Kaydet @endsection