@extends('adminlte::page') @section('title', 'Giderler') @section('css') @endsection @section('js') @endsection @section('content')
| Başlık | Tutar | Tip | Şube | Tarih | Açıklama | İşlemler |
|---|---|---|---|---|---|---|
| {{ $expense->title }} | {{ number_format($expense->amount, 2) }} ₺ | {{ $expense->type->name ?? '-' }} | {{ $expense->branch->name ?? '-' }} | {{ \Carbon\Carbon::parse($expense->expense_date)->format('d.m.Y') }} | {{ $expense->description ?? '-' }} |