@extends('backend.layouts.master') @section('title') Ödeme İşlemleri @endsection @section('breadcrumb')
Ödeme İşlemleri
@endsection @section('content')
@foreach ($accountings as $accounting) @endforeach
Cari Adı Öğrenci Ad/Soyad Telefon Toplam Ücret Yetkili İşlemler
{{ $accounting->title }}
{{ $accounting->first_name.' '.$accounting->last_name }} {{ $accounting->student_detail_find->phone }} {{ $tl_formati = number_format($accounting->totel_price, 2, ',', '.').' TL' }} {{ $accounting->userdetay->first_name.' '.$accounting->userdetay->last_name }}
{{ $accountings->links() }}
@endsection @section('css') @endsection @section('js') @endsection