@extends('layouts.app') @section('title', 'Abonelikler') @section('content')
| Ref No | Bayi | Müşteri | Paket | Ay | Toplam Tutar | Durum | Tarih | İşlem |
|---|---|---|---|---|---|---|---|---|
| {{ $s->reference_no }} | {{ $s->dealer->company_name }} | {{ $s->customer_name }} | {{ $s->package->name }} | {{ $s->contract_months }} | {{ number_format($s->total_price, 2, ',', '.') }} TL | {{ $s->status->label() }} | {{ $s->created_at->format('d.m.Y') }} | @include('panel.subscriptions._actions', ['subscription' => $s]) |
| Kayıt bulunamadı. | ||||||||