@extends('admin.layout.master') @section('title', "الفواتير") @section('content')
# | رقم الفاتورة | رقم الحجز | اسم الوحده | عنوان الوحده | المبلغ المدفوع | المبلغ المتبقي | المبلغ الكلي | تحميل الفاتورة |
---|---|---|---|---|---|---|---|---|
{{$i}} | {{$row->invoice_code}} | {{$row->reservation_code}} | {{$row->reservation->unit->title}} | {{$row->reservation->unit->building->address}} | {{$row->paid_amount}} | {{$row->rest_amount}} | {{$row->total_price}} |