@extends('company.layouts.app') @section('title', 'المدفوعات') @section('content')

المدفوعات

@forelse($payments as $row) @empty @endforelse
#رقم العمليةالنوعالاتجاهالقيمة
{{ $row->id }}{{ $row->transaction_number }}{{ $row->transaction_type_label }}{{ $row->direction_label }}{{ number_format((float) $row->amount, 2) }} عرض
لا توجد بيانات
{{ $payments->links() }}
@endsection