@extends ('../welcome') @section ('content')
@csrf @method('PUT')
@if($building->type == 'Residential' && $unit->floor == 1 || $building->type == 'Commercial')
@endif
is_active == 1 ? 'checked' : ''}}>
@endsection