Units


@foreach ($units as $unit) @endforeach
ID Name type Floor Unit Total Price Roof Total Price Garden Total Price Booked date User Payment State Active Created At Action
{{$unit->id}} {{$unit->name}} {{$unit->type}} {{$unit->floor}} {{$unit->unit_total_price}} {{$unit->roof_total_price}} {{$unit->garden_total_price}} {{$unit->Booked_date}} {{$unit->user_id}} {{$unit->payment_state}} {{$unit->is_active == 1 ? 'true' : 'false'}} {{$unit->created_at}}
@csrf @method('DELETE')