@extends ('../welcome') @section('content')
ID | Name | Floor | Unit Total Price | Roof Total Price | Garden Total Price | Created At | @if(auth()->user()->type == 'admin')Active | @endifAction |
---|---|---|---|---|---|---|---|---|
{{ $unit->id }} | {{ $unit->name }} | {{ $unit->floor == 0 ? 'Ground' : $unit->floor }} | {{ $unit->unit_total_price }} | {{ $unit->roof_total_price }} | {{ $unit->garden_total_price == '' ? 'No garden Available to this unit' : $unit->garden_total_price }} | {{ $unit->created_at }} | @if(auth()->user()->isAbleTo('units-update')) @endif @if(auth()->user()->isAbleTo('units-delete')) @endif |