@extends('backend.layouts.master') @section('title') Ödeme İşlemleri @endsection @section('breadcrumb')
Geciken Ödemeler
@endsection @section('content')
@php $tot_price=0; @endphp @foreach($monthly_get as $monthly) @if($monthly->isActive=="true") @php $tot_price = $monthly->month_price+$tot_price; @endphp @endif @endforeach {{ $tl_formati = number_format($tot_price, 2, ',', '.').' TL' }} Toplam Geciken Ödeme
@php $tot_price=0; @endphp @foreach($monthly_get as $monthly) @if($monthly->isActive=="true") @php $tot_price++@endphp @endif @endforeach {{ @$tot_price }} Geçiken Cari Adeti
@foreach ($monthly_accounting as $monthly) @endforeach
Son Ödeme Tarihi Taksit Ücreti Cari Adı Öğrenci Adı Telefon Durum İşlemler
{{$monthly->payment_date->format('d-m-Y') }}
{{ $tl_formati = number_format($monthly->month_price, 2, ',', '.').' TL' }} {{ $monthly->accounting_info->title }} {{ $monthly->accounting_info->student_detail->first_name.' '.$monthly->accounting_info->student_detail->last_name }} {{ $monthly->accounting_info->student_detail_find->phone}} @if($monthly->isActive=="false") @else @endif {{$monthly->payment_type }} @if($monthly->isActive=="true") Ödeme Yap @endif
{{ $monthly_accounting->links() }}
@endsection @section('css') @endsection @section('js') @endsection