@extends('admin.layout.master') @section('title', "الفواتير") @section('content')

الفواتير

{{-- @include('admin.layout.message')--}}

الفواتير

@foreach($rows as $row) @endforeach
# رقم الفاتورة رقم الحجز اسم الوحده عنوان الوحده المبلغ المدفوع المبلغ المتبقي المبلغ الكلي تحميل الفاتورة
{{$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}}
@stop