@extends('agency.layouts.app') @section('title', 'Döviz Kurları ve Para Birimleri') @section('content')
Ayarlara Dön

Döviz Kurları ve Para Birimleri

Sistem genelinde kullanılacak para birimlerini ve kurlarını yönetin.

Tanımlı Döviz Listesi

@csrf
@forelse($currencies as $curr) @empty @endforelse
Kod Sembol Kur Değeri (1 Döviz = X TRY) Varsayılan Aktif İşlemler
{{ $curr->code }} {{ $curr->symbol }}
is_base ? 'readonly' : '' }} required style="border-radius: 6px 0 0 6px;"> TRY (₺)
@if($curr->is_base) Ana Para @else @endif
is_active ? 'checked' : '' }} {{ $curr->is_base ? 'disabled' : '' }}>
@if(!$curr->is_base) @else @endif
Para birimi tanımlanmamış.
@if($currencies->isNotEmpty())
@endif
@endsection