@extends('admin.layout.master')
@section('title', "البلاغات")
@section('content')
{{-- @include('admin.layout.message')--}}
# |
المرسل |
الوحده |
كود الوحدة |
صاحب الوحده |
الرسالة |
التحكم |
@foreach($rows as $row)
{{$i}} |
{{$row->user->first_name}} {{$row->user->last_name}} |
{{$row->unit->title}} |
{{$row->unit->unit_code}} |
{{$row->unit->building->owner->first_name }} {{$row->unit->building->owner->last_name }} |
{{$row->description}} |
|
@endforeach
@stop